diff options
author | Tim Angus <tim@ngus.net> | 2001-10-26 21:28:48 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-10-26 21:28:48 +0000 |
commit | 6f6d776eb6efcc1ab134cbb1c4bb78213df833de (patch) | |
tree | 57812f96486ddbe3a5f9a0c4941c105fe7d2c3c7 /src/game | |
parent | 173aa35bf89dc6ce40263575e9eb81b9a8c72587 (diff) |
Fix for stupid WW bug
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_pmove.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index 865d046e..e83f6f70 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -1608,6 +1608,7 @@ static void PM_GroundTrace( void ) { } pm->ps->stats[ STAT_STATE ] &= ~SS_WALLCLIMBING; + pm->ps->stats[ STAT_STATE ] &= ~SS_WALLCLIMBINGCEILING; pm->ps->legsAnim &= ~ANIM_WALLCLIMBING; //make sure that the surfNormal is reset to the ground |