fix for compiling without cdrom support
This commit is contained in:
parent
478b8c6dbc
commit
0458f72a6a
2 changed files with 3 additions and 4 deletions
|
@ -236,11 +236,11 @@ extern unsigned CompressedSoundMemory;
|
|||
|
||||
/// cd play mode, ":off" ":random" ":all" or ":defined"
|
||||
extern char *CDMode;
|
||||
/// FIXME: docu
|
||||
extern char *CDPlaySection;
|
||||
#if defined(USE_SDLCD) || defined(USE_LIBCDA) || defined(USE_CDDA)
|
||||
/// FIXME: docu
|
||||
extern int CDTrack;
|
||||
/// FIXME: docu
|
||||
extern char *CDPlaySection;
|
||||
#endif
|
||||
|
||||
#if defined(USE_SDLCD)
|
||||
|
|
|
@ -66,11 +66,10 @@
|
|||
global Sample* MusicSample; /// Music samples
|
||||
#endif
|
||||
|
||||
/// FIXME: remove :defined
|
||||
global char *CDMode = ":off"; /// cd play mode, ":off" ":random" ":all" or ":defined"
|
||||
global char *CDPlaySection = "menu";
|
||||
#if defined(USE_SDLCD) || defined(USE_LIBCDA) || defined(USE_CDDA)
|
||||
global int CDTrack = 0; /// Current cd track
|
||||
global char *CDPlaySection = "menu";
|
||||
#endif
|
||||
|
||||
#if defined(USE_SDLCD)
|
||||
|
|
Loading…
Reference in a new issue