mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-23 04:42:06 +00:00
Added forgotten line of modification on target_delay.
This commit is contained in:
parent
69de94a8dd
commit
3ca7a1a660
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ void SP_target_delay( gentity_t *ent ) {
|
|||
if(!ent->wait)
|
||||
ent->wait = 1;
|
||||
}
|
||||
ent->count = (int)ent->wait;
|
||||
ent->use = Use_Target_Delay;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue