From c374b29cdab60a33a0b83b5f3a62c6ff9b6ce380 Mon Sep 17 00:00:00 2001 From: bencat07 Date: Tue, 21 May 2019 15:19:22 +0200 Subject: [PATCH] Fix a bug which crashes autoupgrade in textmode --- src/core/interfaces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/interfaces.cpp b/src/core/interfaces.cpp index a0f49742..ac061d87 100644 --- a/src/core/interfaces.cpp +++ b/src/core/interfaces.cpp @@ -181,6 +181,7 @@ void CreateInterfaces() "43 04 85 C0 74 10") + 9); } +#endif logging::Info("Finding HUD"); IF_GAME(IsCSS()) { @@ -197,5 +198,4 @@ void CreateInterfaces() g_CHUD = *reinterpret_cast(hud_sig); logging::Info("HUD 0x%08x 0x%08x", hud_sig, g_CHUD); } -#endif }