aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/g_misc.c')
-rw-r--r--code/game/g_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/g_misc.c b/code/game/g_misc.c
index f631a8d..ee75cde 100644
--- a/code/game/g_misc.c
+++ b/code/game/g_misc.c
@@ -288,7 +288,7 @@ void Use_Shooter( gentity_t *ent, gentity_t *other, gentity_t *activator ) {
static void InitShooter_Finish( gentity_t *ent ) {
ent->enemy = G_PickTarget( ent->target );
- ent->think = NULL;
+ ent->think = 0;
ent->nextthink = 0;
}