Fixed bug #536729: CVS doesn't compile with --debug (from Daniel).
This commit is contained in:
parent
3d59acc9d2
commit
3e8f1e1309
1 changed files with 2 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue