Merge branch 'master' of github.com:UberGames/RPG-X2

This commit is contained in:
UberGames 2011-07-25 20:03:18 +02:00
commit 363aa41389

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