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