Tweaked register_impulse

This commit is contained in:
Steve Dudenhoeffer
2004-09-05 19:53:40 +00:00
parent 88e199ff10
commit 7d3d04b13d
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ void CmdStart(const edict_t *player, const struct usercmd_s *_cmd, unsigned int
{
if (Impulses[i]->Check == g_cmd->impulse)
{
retVal = MF_ExecuteForward(Impulses[i]->Forward, ENTINDEX(pEntity));
retVal = MF_ExecuteForward(Impulses[i]->Forward, ENTINDEX(pEntity),origImpulse);
if (retVal & 2 /*PLUGIN_HANDLED_MAIN*/)
{
g_cmd->impulse=0;