summaryrefslogtreecommitdiff
path: root/src/hexen/p_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/p_setup.c')
-rw-r--r--src/hexen/p_setup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hexen/p_setup.c b/src/hexen/p_setup.c
index 77b7eb5c..1d7c943a 100644
--- a/src/hexen/p_setup.c
+++ b/src/hexen/p_setup.c
@@ -671,6 +671,7 @@ void P_GroupLines(void)
=================
*/
+// haleyjd FIXME: CDMUSIC
#ifdef __WATCOMC__
extern boolean i_CDMusic;
#endif
@@ -689,7 +690,9 @@ void P_SetupLevel(int episode, int map, int playermask, skill_t skill)
= players[i].itemcount = 0;
}
players[consoleplayer].viewz = 1; // will be set by player think
-
+
+
+ // haleyjd FIXME: CDMUSIC
#ifdef __WATCOMC__
if (i_CDMusic == false)
{