diff --git a/code/game/g_main.c b/code/game/g_main.c index 11a74d78..3d22ba0e 100644 --- a/code/game/g_main.c +++ b/code/game/g_main.c @@ -1729,7 +1729,7 @@ Runs thinking code for this frame if necessary ============= */ void G_RunThink (gentity_t *ent) { - float thinktime; + int thinktime; thinktime = ent->nextthink; if (thinktime <= 0) {