mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +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
41c902b819
commit
60928db0e0
1 changed files with 0 additions and 4 deletions
|
@ -650,10 +650,6 @@ void P_Ticker(boolean run)
|
|||
|
||||
if (run)
|
||||
{
|
||||
#ifdef HAVE_BLUA
|
||||
LUAh_PreThinkFrame();
|
||||
#endif
|
||||
|
||||
P_RunThinkers();
|
||||
|
||||
// Run any "after all the other thinkers" stuff
|
||||
|
|
Loading…
Reference in a new issue