summaryrefslogtreecommitdiff
path: root/src/hexen/sb_bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/sb_bar.c')
-rw-r--r--src/hexen/sb_bar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hexen/sb_bar.c b/src/hexen/sb_bar.c
index 4a9e4dd8..13b41ae3 100644
--- a/src/hexen/sb_bar.c
+++ b/src/hexen/sb_bar.c
@@ -99,6 +99,7 @@ static void CheatTrackFunc2(player_t * player, Cheat_t * cheat);
extern int ArmorIncrement[NUMCLASSES][NUMARMOR];
extern int AutoArmorSave[NUMCLASSES];
+// haleyjd FIXME: CDMUSIC
#ifdef __WATCOMC__
extern boolean i_CDMusic;
extern int i_CDMusicLength;
@@ -115,6 +116,7 @@ int curpos;
int inv_ptr;
int ArtifactFlash;
+// haleyjd FIXME: CDMUSIC
#ifndef __WATCOMC__
boolean i_CDMusic; // in Watcom, defined in i_ibm
#endif
@@ -1922,6 +1924,7 @@ static void CheatRevealFunc(player_t * player, Cheat_t * cheat)
static void CheatTrackFunc1(player_t * player, Cheat_t * cheat)
{
+ // haleyjd FIXME: CDMUSIC
#ifdef __WATCOMC__
char buffer[80];
@@ -1947,6 +1950,7 @@ static void CheatTrackFunc1(player_t * player, Cheat_t * cheat)
static void CheatTrackFunc2(player_t * player, Cheat_t * cheat)
{
+ // haleyjd FIXME: CDMUSIC
#ifdef __WATCOMC__
char buffer[80];
int track;