From 8305a120fda7c4039d3b8e4f40ceb6cc14015f21 Mon Sep 17 00:00:00 2001 From: tma Date: Wed, 5 Oct 2005 14:50:45 +0000 Subject: * Fixed some vm build warnings git-svn-id: svn://svn.icculus.org/quake3/trunk@140 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/game/g_trigger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/game/g_trigger.c') diff --git a/code/game/g_trigger.c b/code/game/g_trigger.c index 16c1fc9..9db2304 100644 --- a/code/game/g_trigger.c +++ b/code/game/g_trigger.c @@ -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; } -- cgit v1.2.3