fix novis/textmode breakage

This commit is contained in:
BenCat07 2020-12-28 16:53:39 +01:00 committed by TotallyNotElite
parent 8caa3e1bd1
commit fe8083f4b0

View File

@ -73,6 +73,7 @@ static settings::Int draw_string_y{ "warp.draw-info.y", "800" };
// Need our own Text drawing
static std::array<std::string, 32> warp_strings;
#if ENABLE_VISUALS
static size_t warp_strings_count{ 0 };
static std::array<rgba_t, 32> warp_strings_colors{ colors::empty };
@ -96,6 +97,7 @@ void DrawWarpStrings()
}
warp_strings_count = 0;
}
#endif
static bool should_charge = false;
static int warp_amount = 0;