From 36b8967cab578111ac06b2ca650ad07b8b044a99 Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sun, 6 May 2018 17:09:26 +0200 Subject: [PATCH] textmode fix --- src/hack.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hack.cpp b/src/hack.cpp index 2665d0bd..ea4b740d 100644 --- a/src/hack.cpp +++ b/src/hack.cpp @@ -427,8 +427,9 @@ free(logname);*/ #endif hacks::shared::walkbot::Initialize(); +#if ENABLE_VISUALS hacks::shared::esp::Init(); - +#endif logging::Info("Clearing initializer stack"); while (!init_stack().empty()) {