From: lordhavoc Date: Sun, 9 Jun 2002 00:36:34 +0000 (+0000) Subject: step up stairs while flying X-Git-Tag: RELEASE_0_2_0_RC1~471 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f68dabe245692d06cd8ecdd6fb466e077a4cdf4c;p=xonotic%2Fdarkplaces.git step up stairs while flying git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1934 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_phys.c b/sv_phys.c index 3f13b9cd..63017431 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -1030,7 +1030,8 @@ void SV_Physics_Client (edict_t *ent, int num) if (!SV_RunThink (ent)) return; SV_CheckWater (ent); - SV_FlyMove (ent, sv.frametime, NULL); + //SV_FlyMove (ent, sv.frametime, NULL); + SV_WalkMove (ent); break; case MOVETYPE_NOCLIP: