mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove paranoia include guard in p_tick.c
This commit is contained in:
parent
5d7a1c599f
commit
f959ef2662
1 changed files with 0 additions and 4 deletions
|
|
@ -52,12 +52,8 @@
|
||||||
#include "m_easing.h"
|
#include "m_easing.h"
|
||||||
#include "k_hud.h" // messagetimer
|
#include "k_hud.h" // messagetimer
|
||||||
#include "k_endcam.h"
|
#include "k_endcam.h"
|
||||||
|
|
||||||
#include "lua_profile.h"
|
#include "lua_profile.h"
|
||||||
|
|
||||||
#ifdef PARANOIA
|
|
||||||
#include "deh_tables.h" // MOBJTYPE_LIST
|
#include "deh_tables.h" // MOBJTYPE_LIST
|
||||||
#endif
|
|
||||||
|
|
||||||
tic_t leveltime;
|
tic_t leveltime;
|
||||||
boolean thinkersCompleted;
|
boolean thinkersCompleted;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue