Get rid of compile time warning (even though it's in temporary code).

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1352 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-04-07 03:54:05 +00:00
parent 359608a7d9
commit e8d35d8c50
+5 -2
View File
@@ -886,8 +886,11 @@ while (--ac > 0)
} }
#endif //DEBUG_PSYTRON || CREATE_JOURNAL #endif //DEBUG_PSYTRON || CREATE_JOURNAL
/* TODO: Put initAudio back in main where it belongs once threading is gone */ /* TODO: Put initAudio back in main where it belongs once threading
initAudio (snddriver, soundflags); * is gone.
*/
sint32 initAudio (sint32 driver, sint32 flags);
initAudio (snddriver, soundflags);
if (LoadKernel (0,0)) if (LoadKernel (0,0))
{ {