From 49a0d411fae28787e20dc45a4906722a5e51b7bc Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 13 Apr 2009 01:46:43 +0000 Subject: [PATCH] yet another check in sv_gameplayfix_slidemoveprojectiles git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8918 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_phys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv_phys.c b/sv_phys.c index 6de48267..6a6dda8c 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -2008,7 +2008,7 @@ void SV_Physics_Toss (prvm_edict_t *ent) else ent->fields.server->flags = (int)ent->fields.server->flags & ~FL_ONGROUND; } - if (!sv_gameplayfix_slidemoveprojectiles.integer || (ent->fields.server->movetype != MOVETYPE_BOUNCE && ent->fields.server->movetype == MOVETYPE_BOUNCEMISSILE)) + if (!sv_gameplayfix_slidemoveprojectiles.integer || (ent->fields.server->movetype != MOVETYPE_BOUNCE && ent->fields.server->movetype == MOVETYPE_BOUNCEMISSILE) || ((int)ent->fields.server->flags & FL_ONGROUND)) break; } -- 2.39.2