summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp
index f1ede82a2..2868b675d 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -334,7 +334,6 @@ void Client::gameInit()
ConfigManager::storeSafeParameters();
#endif // ANDROID
- ResourceManager::init();
if (!VirtFs::setWriteDir(settings.localDataDir))
{
logger->error(strprintf("%s couldn't be set as home directory! "
@@ -1039,7 +1038,7 @@ int Client::gameExec()
delete2(mGame);
assertListener = new AssertListener;
Game::clearInstance();
- resourceManager->cleanOrphans();
+ ResourceManager::cleanOrphans();
Party::clearParties();
Guild::clearGuilds();
NpcDialog::clearDialogs();
@@ -1111,7 +1110,7 @@ int Client::gameExec()
"local/"));
}
- resourceManager->clearCache();
+ ResourceManager::clearCache();
loginData.clearUpdateHost();
serverVersion = 0;