mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix preloaded fr
This commit is contained in:
@@ -81,6 +81,7 @@ extern inline bool bDebugPrintLooting = false;
|
||||
extern inline bool bDebugPrintFloorLoot = false;
|
||||
extern inline bool bDebugPrintSwapping = false;
|
||||
extern inline bool bEnableBotTick = false;
|
||||
extern inline bool bZoneReversing = false;
|
||||
extern inline bool bEnableCombinePickup = false;
|
||||
extern inline int AmountOfBotsToSpawn = 0;
|
||||
extern inline bool bEnableRebooting = false;
|
||||
@@ -1166,6 +1167,9 @@ static inline void MainUI()
|
||||
}
|
||||
else if (Tab == LATEGAME_TAB)
|
||||
{
|
||||
if (bEnableReverseZone)
|
||||
ImGui::Text(std::format("Currently {}eversing zone", bZoneReversing ? "r" : "not r").c_str());
|
||||
|
||||
ImGui::Checkbox("Enable Reverse Zone (EXPERIMENTAL)", &bEnableReverseZone);
|
||||
|
||||
if (bEnableReverseZone)
|
||||
|
||||
Reference in New Issue
Block a user