From 60928db0e0b08fee7ceddd5515adf2246bb655c3 Mon Sep 17 00:00:00 2001
From: Nami <50415197+namishere@users.noreply.github.com>
Date: Mon, 30 Dec 2019 19:22:12 -0800
Subject: [PATCH] I removed a hook I left behind and forgot to save the change
 before committing :upside_down:

---
 src/p_tick.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/p_tick.c b/src/p_tick.c
index 13209c3f94..9b56ee1c2d 100644
--- a/src/p_tick.c
+++ b/src/p_tick.c
@@ -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
-- 
GitLab