Use correct type for thinktime

This commit is contained in:
Tim Angus 2014-09-26 14:29:11 +01:00
parent 24923615b7
commit f9c202f83e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {