Detect if the map is open

This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 2bc95d9bc7
commit 3af959128d
5 changed files with 22 additions and 13 deletions

View File

@@ -134,6 +134,7 @@ private:
bool conditionalExperimental;
bool experimentalMode;
bool leadInfo;
bool mapOpen;
bool turnSignalLeft;
bool turnSignalRight;
bool useSI;