mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
I removed a hook I left behind and forgot to save the change before committing :upside_down:
This commit is contained in:
parent
20494c4c42
commit
ee0e68d8dc
1 changed files with 0 additions and 4 deletions
|
|
@ -650,10 +650,6 @@ void P_Ticker(boolean run)
|
||||||
|
|
||||||
if (run)
|
if (run)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_BLUA
|
|
||||||
LUAh_PreThinkFrame();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
P_RunThinkers();
|
P_RunThinkers();
|
||||||
|
|
||||||
// Run any "after all the other thinkers" stuff
|
// Run any "after all the other thinkers" stuff
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue