]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameInitDispose.cpp
Removed all modifications of Account active from outside Account
[lugaru.git] / Source / GameInitDispose.cpp
index e08ff8efc712823c24902ddff34dba64fb44f09b..12515eb7cab8442f660cb0e8cb497a1c0d4ca9b3 100644 (file)
@@ -458,7 +458,7 @@ void Game::InitGame()
 
     numchallengelevels = 14;
 
-    Account::active = Account::loadFile(Folders::getUserDataPath()+"/users");
+    Account::loadFile(Folders::getUserDataPath()+"/users");
 
     whichjointstartarray[0] = righthip;
     whichjointendarray[0] = rightfoot;