From c61594931debe50e520b1737810331c39f7d776c Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Fri, 14 Apr 2023 00:28:14 +0200
Subject: [PATCH] Fix titlecard hook being inconsistent on map load

---
 src/st_stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/st_stuff.c b/src/st_stuff.c
index cce8ea9f26..206c932733 100644
--- a/src/st_stuff.c
+++ b/src/st_stuff.c
@@ -1412,7 +1412,7 @@ void ST_drawTitleCard(void)
 	lt_lasttic = lt_ticker;
 
 luahook:
-	if (renderisnewtic)
+	//if (renderisnewtic)
 	{
 		LUA_HUD_ClearDrawList(luahuddrawlist_titlecard);
 		LUA_HUDHOOK(titlecard, luahuddrawlist_titlecard);
-- 
GitLab