git-svn-id: http://openexile.googlecode.com/svn/trunk@3 4ebdad44-0ea0-11de-aab3-ff745001d230

This commit is contained in:
2009-04-13 17:51:31 +00:00
parent 9bc3b0c07b
commit 188ecc8bc4
45 changed files with 2668 additions and 2458 deletions

View File

@@ -10,6 +10,8 @@
#define NUM_SOUNDS 99
extern void FlushAndPause(unsigned long ticks);
Handle sound_handles[NUM_SOUNDS];
extern Boolean play_sounds,in_startup_mode;
@@ -91,12 +93,12 @@ Boolean sound_going(short which_s) {
return FALSE;
}
pascal void snd_channel_callback(SndChannelPtr theChannel,SndCommand theCommand) {
pascal void snd_channel_callback(SndChannelPtr theChannel,SndCommand* theCommand) {
long theA5;
short channel = -1,i,which_sound;
#ifndef EXILE_BIG_GUNS
theA5 = SetA5(theCommand.param2);
theA5 = SetA5(theCommand->param2);
#endif
for (i = 0; i < 4; i++)