textmode fix

This commit is contained in:
BenCat07 2018-05-06 17:09:26 +02:00
parent 69aaf638e4
commit 36b8967cab

View File

@ -427,8 +427,9 @@ free(logname);*/
#endif #endif
hacks::shared::walkbot::Initialize(); hacks::shared::walkbot::Initialize();
#if ENABLE_VISUALS
hacks::shared::esp::Init(); hacks::shared::esp::Init();
#endif
logging::Info("Clearing initializer stack"); logging::Info("Clearing initializer stack");
while (!init_stack().empty()) while (!init_stack().empty())
{ {