Remove unused "runcount" variable from p_local.h

This commit is contained in:
Monster Iestyn 2017-02-11 23:28:42 +00:00
parent a51548abea
commit 8f1deb9128
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@
// both the head and tail of the thinker list
extern thinker_t thinkercap;
extern INT32 runcount;
void P_InitThinkers(void);
void P_AddThinker(thinker_t *thinker);