Fixed szSoundEffects definition

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2633 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
lalien
2009-03-24 20:41:54 +00:00
parent 8fe93de1f5
commit 0c6801fb61
6 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ typedef void (*SOUND_STOP_CALLBACK)( void *pData );
extern UINT8 AmbientVols[NUM_AMBIENTS];
extern char szSoundEffects[MAX_SAMPLES][255];
//extern char szSoundEffects[MAX_SAMPLES][255];
BOOLEAN InitJA2Sound( );