diff options
Diffstat (limited to 'src/game/g_utils.c')
-rw-r--r-- | src/game/g_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_utils.c b/src/game/g_utils.c index e38fb01a..95e117d2 100644 --- a/src/game/g_utils.c +++ b/src/game/g_utils.c @@ -272,7 +272,7 @@ void G_UseTargets( gentity_t *ent, gentity_t *activator ) return; t = NULL; - while( ( t = G_Find( t, FOFS( targetname ), ent->target) ) != NULL ) + while( ( t = G_Find( t, FOFS( targetname ), ent->target ) ) != NULL ) { if( t == ent ) G_Printf( "WARNING: Entity used itself.\n" ); |