summaryrefslogtreecommitdiff
path: root/src/hexen/p_user.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_user.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_user.c')
-rw-r--r--src/hexen/p_user.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/hexen/p_user.c b/src/hexen/p_user.c
index 9569d3f1..9f4e285c 100644
--- a/src/hexen/p_user.c
+++ b/src/hexen/p_user.c
@@ -881,14 +881,8 @@ void P_PlayerThink(player_t * player)
{
if (player->mo->z != player->mo->floorz)
{
-#ifdef __WATCOMC__
- if (!useexterndriver)
- {
- player->centering = true;
- }
-#else
+ // haleyjd: removed externdriver crap
player->centering = true;
-#endif
}
player->mo->flags2 &= ~MF2_FLY;
player->mo->flags &= ~MF_NOGRAVITY;