Fixed bug : CVS doesn't compile with --debug (from Daniel).

This commit is contained in:
johns 2002-03-30 13:01:56 +00:00
parent 3d59acc9d2
commit 3e8f1e1309

View file

@ -282,7 +282,9 @@ local int PlayCDRom(const char* name)
global void PlayMusic(const char* name)
{
char buffer[1024];
#if defined(USE_OGG) || defined(USE_FLAC) || defined(USE_MAD)
Sample *sample;
#endif
#ifdef USE_SDLCD
if (PlayCDRom(name)) {