From 20cb00076d39bcb8a5c2e82912af8200c97034cb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 9 Mar 2009 22:53:24 +0000 Subject: Remove WATCOMC usage (thanks Quasar) Subversion-branch: /branches/raven-branch Subversion-revision: 1453 --- src/hexen/p_setup.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/hexen/p_setup.c') 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) { -- cgit v1.2.3