mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
1. Added zombie battle sounds
2. Made creepy music play when zombies rise git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5335 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "strategic.h"
|
||||
#include "qarray.h"
|
||||
#include "Interface.h"
|
||||
|
||||
#include "Music Control.h"
|
||||
#include "Campaign Types.h"
|
||||
//#include "Queen Command.h"
|
||||
#include "text.h" // added by Flugente
|
||||
@@ -2148,6 +2148,9 @@ void RaiseZombies( void )
|
||||
#endif
|
||||
// Play sound
|
||||
PlayJA2SampleFromFile( "Sounds\\zombie1.wav", RATE_11025, HIGHVOLUME, 1, MIDDLEPAN );
|
||||
|
||||
UseCreatureMusic(TRUE); // Madd: music when zombies rise
|
||||
SetMusicMode( MUSIC_TACTICAL_ENEMYPRESENT );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user