fixed registered impulses

This commit is contained in:
Steve Dudenhoeffer 2004-09-05 19:12:35 +00:00
parent ec3ade999a
commit 88e199ff10

View File

@ -148,7 +148,8 @@ void CmdStart(const edict_t *player, const struct usercmd_s *_cmd, unsigned int
RETURN_META(MRES_SUPERCEDE);
}
}
if (res == MRES_SUPERCEDE)
g_cmd->impulse=0;
RETURN_META(res);
}