mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 01:11:46 +00:00
Some fixes ...
This commit is contained in:
parent
f10493a98d
commit
e03c490c2f
2 changed files with 3 additions and 1 deletions
|
@ -2813,8 +2813,10 @@ void SP_target_levelchange(gentity_t *ent) {
|
||||||
|
|
||||||
if(!ent->wait)
|
if(!ent->wait)
|
||||||
ent->count = 5;
|
ent->count = 5;
|
||||||
if(ent->wait < -1)
|
else if(ent->wait < -1)
|
||||||
ent->count = -1;
|
ent->count = -1;
|
||||||
|
else
|
||||||
|
ent->count = (int)ent->wait;
|
||||||
|
|
||||||
ent->use = target_levelchange_use;
|
ent->use = target_levelchange_use;
|
||||||
}
|
}
|
||||||
|
|
BIN
stefgame.suo
BIN
stefgame.suo
Binary file not shown.
Loading…
Reference in a new issue