X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameTick.cpp;h=216a81c3fd11d1c25ab5879688d0bfb8dee851ef;hb=88891f52b571983a2f7407a39bed6eb6269af708;hp=aff6c86b7961f2e3521b8d99ff6fa55403ac612b;hpb=1ff2b36e224129671329adc625e548b2e5a1f67d;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()); } }