Fixed amb1687 - Infinite loop in Entity Outputs
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402157
This commit is contained in:
parent
a18b1e0790
commit
c16afc9cd3
@ -289,12 +289,10 @@ void EntityOutputManager::FireEventDetour(void *pOutput, CBaseEntity *pActivator
|
|||||||
CleanUpHook(hook);
|
CleanUpHook(hook);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
hook->in_use = false;
|
|
||||||
_iter++;
|
|
||||||
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hook->in_use = false;
|
||||||
|
_iter++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user