prompt to save

This commit is contained in:
2025-01-09 19:42:40 -06:00
committed by Celtic Minstrel
parent 87aa353f28
commit 00b33843f6
2 changed files with 13 additions and 1 deletions

View File

@@ -100,7 +100,8 @@ void launch_scenario() {
return;
}
// TODO require save first?
// Prompt to save first
if(!save_check("save-before-launch")) return;
fs::path game_binary;
#ifdef SFML_SYSTEM_MACOS