From e8d35d8c505941c167273eb53b44e0eeb691acab Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 7 Apr 2004 03:54:05 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/starcon.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/starcon.c b/sc2/src/sc2code/starcon.c index 49ca15780..2aefccab5 100644 --- a/sc2/src/sc2code/starcon.c +++ b/sc2/src/sc2code/starcon.c @@ -886,8 +886,11 @@ while (--ac > 0) } #endif //DEBUG_PSYTRON || CREATE_JOURNAL -/* TODO: Put initAudio back in main where it belongs once threading is gone */ -initAudio (snddriver, soundflags); + /* TODO: Put initAudio back in main where it belongs once threading + * is gone. + */ + sint32 initAudio (sint32 driver, sint32 flags); + initAudio (snddriver, soundflags); if (LoadKernel (0,0)) {