* Fixed some vm build warnings

This commit is contained in:
Tim Angus 2005-10-05 14:50:45 +00:00
parent 79ba2d974d
commit 9d41e17e1f
12 changed files with 18 additions and 48 deletions

View file

@ -67,7 +67,7 @@ void multi_trigger( gentity_t *ent, gentity_t *activator ) {
} else {
// we can't just remove (self) here, because this is a touch function
// called while looping through area links...
ent->touch = NULL;
ent->touch = 0;
ent->nextthink = level.time + FRAMETIME;
ent->think = G_FreeEntity;
}