Author: muggenhor
Date: Sat Jul 14 00:11:04 2007
New Revision: 2076

URL: http://svn.gna.org/viewcvs/warzone?rev=2076&view=rev
Log:
 * Make all (I hope I didn't miss any) references to audio filenames lowercase 
(as all audio files themselves have a fully lowercase name)
 * Fix two typos of wrong filenames (these two are not case mismatches) in 
audio_id.c (one used a ',' instead of '.' and used wav as extension, the other 
missed a '-')
 * Don't use case insensitive matching of filenames in audio_GetIDFromStr 
anymore as our filesystems aren't guaranteed to be case insensitive (this 
should cause no problems together with the above fixes)
 * Use calloc instead of malloc and a for-loop to allocate an array of NULL 
pointers in sound_Init

Modified:
    trunk/data/audio/frontaud.cfg
    trunk/data/mp/stats/propulsionsounds.txt
    trunk/data/stats/propulsionsounds.txt
    trunk/data/stats/weaponsounds.txt
    trunk/lib/sound/audio_id.c
    trunk/lib/sound/track.c


_______________________________________________
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits

Reply via email to