summaryrefslogtreecommitdiff
path: root/src/heretic/r_main.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/heretic/r_main.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/heretic/r_main.c')
-rw-r--r--src/heretic/r_main.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/heretic/r_main.c b/src/heretic/r_main.c
index 69b18e1f..1101c234 100644
--- a/src/heretic/r_main.c
+++ b/src/heretic/r_main.c
@@ -32,9 +32,7 @@
int viewangleoffset;
-#ifdef __WATCOMC__
-int newViewAngleOff;
-#endif
+// haleyjd: removed WATCOMC
int validcount = 1; // increment every time a check is made
@@ -735,9 +733,8 @@ void R_SetupFrame(player_t * player)
//drawbsp = 1;
viewplayer = player;
-#ifdef __WATCOMC__
- viewangleoffset = newViewAngleOff << ANGLETOFINESHIFT;
-#endif
+ // haleyjd: removed WATCOMC
+ // haleyjd FIXME: viewangleoffset handling?
viewangle = player->mo->angle + viewangleoffset;
tableAngle = viewangle >> ANGLETOFINESHIFT;
if (player->chickenTics && player->chickenPeck)