try to fix linker errors without new globals

This commit is contained in:
2025-04-10 18:09:45 -05:00
parent d5ba8cb62c
commit 06624d810c
5 changed files with 18 additions and 11 deletions

View File

@@ -101,8 +101,6 @@ fs::path game_dir;
fs::path game_binary;
extern std::string last_load_file;
bool map_visible = false;
enum class eLaunchType {LOC,START,ENTRANCE};
static void launch_scenario(eLaunchType type) {