]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameTick.cpp
Call to static method should be static
[lugaru.git] / Source / GameTick.cpp
index aff6c86b7961f2e3521b8d99ff6fa55403ac612b..921058bae09c0a07bea69e30345d4bb296d6b53b 100644 (file)
@@ -6233,6 +6233,7 @@ void Game::TickOnceAfter()
                     Account::active().winLevel(whichlevel, bonustotal - startbonustotal, leveltime);
                 }
                 won = 1;
+                Account::saveFile(Folders::getUserSavePath());
             }
         }