* Fixed some vm build warnings
This commit is contained in:
parent
79ba2d974d
commit
9d41e17e1f
12 changed files with 18 additions and 48 deletions
|
@ -542,7 +542,7 @@ void Touch_Item (gentity_t *ent, gentity_t *other, trace_t *trace) {
|
|||
// events such as ctf flags
|
||||
if ( respawn <= 0 ) {
|
||||
ent->nextthink = 0;
|
||||
ent->think = NULL;
|
||||
ent->think = 0;
|
||||
} else {
|
||||
ent->nextthink = level.time + respawn * 1000;
|
||||
ent->think = RespawnItem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue