The game is a turn-based RPG with a large map to explore. When in the overworld, it is in a top-down view. There are numbered buttons on the side of the screen that allow the player to fast travel to different areas of the map. Orange buttons are placed around the map that unlock...
extern mapArena_t* arenas; 25 changes: 1 addition & 24 deletions 25 src/Main.cpp Original file line numberDiff line numberDiff line change @@ -55,7 +55,7 @@ BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*l Steam::Proxy::RunMod(); // Ensure we...