Added forgotten line of modification on target_delay.

This commit is contained in:
UberGames 2011-07-25 09:37:38 -07:00
parent 69de94a8dd
commit 3ca7a1a660

View file

@ -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;
}