From f68dabe245692d06cd8ecdd6fb466e077a4cdf4c Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Sun, 9 Jun 2002 00:36:34 +0000 Subject: [PATCH] step up stairs while flying git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1934 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_phys.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.39.2