summaryrefslogtreecommitdiff
path: root/src/hexen/p_setup.c
diff options
context:
space:
mode:
authorSimon Howard2009-03-09 22:53:24 +0000
committerSimon Howard2009-03-09 22:53:24 +0000
commit20cb00076d39bcb8a5c2e82912af8200c97034cb (patch)
tree07ab355fa2c56448e7f4fa6fc7f4cafc5389aec0 /src/hexen/p_setup.c
parentf0c5cc898d993d3388dfbce5833e8ccca7b2f03f (diff)
downloadchocolate-doom-20cb00076d39bcb8a5c2e82912af8200c97034cb.tar.gz
chocolate-doom-20cb00076d39bcb8a5c2e82912af8200c97034cb.tar.bz2
chocolate-doom-20cb00076d39bcb8a5c2e82912af8200c97034cb.zip
Remove WATCOMC usage (thanks Quasar)
Subversion-branch: /branches/raven-branch Subversion-revision: 1453
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)
{