X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameTick.cpp;h=216a81c3fd11d1c25ab5879688d0bfb8dee851ef;hb=ee7c612b1ec8c5000d90a53dc2e5ab76f367d5cf;hp=aff6c86b7961f2e3521b8d99ff6fa55403ac612b;hpb=5dfd07829a5eecc87d100dd8825a81eafbaa86be;p=lugaru.git diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index aff6c86..216a81c 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -6233,6 +6233,7 @@ void Game::TickOnceAfter() Account::active().winLevel(whichlevel, bonustotal - startbonustotal, leveltime); } won = 1; + Account::active().saveFile(Folders::getUserSavePath()); } }