Changed obsolete stuff.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@218 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-11-20 03:13:45 +00:00
parent 7c86933ca1
commit 1ffad2c95c
+4 -2
View File
@@ -1,12 +1,14 @@
#include <stdio.h>
#include <stdlib.h>
#include "sndlib.h"
#include "SDL_wrapper.h"
#include "starcon.h"
#include "libs/sound/sound_common.h"
int
main (int argc, char *argv[])
{
InitSound (argc, argv);
// InitSound (argc, argv);
TFB_InitSound (TFB_SOUNDDRIVER_SDL, 0, 44100);
while (1)
{