mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
parent
085b72154f
commit
0692b9dcdb
1 changed files with 1 additions and 1 deletions
|
@ -1402,7 +1402,7 @@ qboolean ClientGameCommandManager::PostEventForEntity(Event *ev, float fWait)
|
||||||
EffectsEventQueueNode *node;
|
EffectsEventQueueNode *node;
|
||||||
int inttime;
|
int inttime;
|
||||||
|
|
||||||
if (!m_fEventWait || current_entity_number < 0) {
|
if (m_fEventWait < 0 || current_entity_number < 0) {
|
||||||
if (!str::icmp(ev->getName(), ")")) {
|
if (!str::icmp(ev->getName(), ")")) {
|
||||||
m_fEventWait = 0.0;
|
m_fEventWait = 0.0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue