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

@@ -83,8 +83,6 @@ char start_name[256];
// This is just to make location.hpp compile, and represents nothing:
location center;
bool map_visible = false;
static void process_args(int argc, char* argv[]) {
preprocess_args(argc, argv);
clara::Args args(argc, argv);