Some fixes ...

This commit is contained in:
UberGames 2011-08-02 23:56:32 +02:00
parent f10493a98d
commit e03c490c2f
2 changed files with 3 additions and 1 deletions

View file

@ -2813,8 +2813,10 @@ void SP_target_levelchange(gentity_t *ent) {
if(!ent->wait)
ent->count = 5;
if(ent->wait < -1)
else if(ent->wait < -1)
ent->count = -1;
else
ent->count = (int)ent->wait;
ent->use = target_levelchange_use;
}

Binary file not shown.