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:
@@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user