0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-03-21 10:21:49 +00:00

Remove unused "runcount" variable from p_local.h

This commit is contained in:
Monster Iestyn 2017-02-11 23:28:42 +00:00
parent 91b2f5e570
commit 49c5a6f7e4

View file

@ -68,7 +68,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);