summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-07 02:48:12 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-08 16:46:28 +0300
commit27a2dd4fce2d529cd1d96aa5ddce1e74b4f54a2f (patch)
treec2c38e1b4f308ca885dc3c3581560cfbc6833a8e /src/dyetool
parentd4e28aa97cbce34a0053d3c02cf070ef9065439f (diff)
downloadplus-27a2dd4fce2d529cd1d96aa5ddce1e74b4f54a2f.tar.gz
plus-27a2dd4fce2d529cd1d96aa5ddce1e74b4f54a2f.tar.bz2
plus-27a2dd4fce2d529cd1d96aa5ddce1e74b4f54a2f.tar.xz
plus-27a2dd4fce2d529cd1d96aa5ddce1e74b4f54a2f.zip
Move resourcemanager from class to namespace.
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/client.cpp1
-rw-r--r--src/dyetool/dyemain.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp
index cf3fceed6..0815272d4 100644
--- a/src/dyetool/client.cpp
+++ b/src/dyetool/client.cpp
@@ -189,7 +189,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! "
diff --git a/src/dyetool/dyemain.cpp b/src/dyetool/dyemain.cpp
index 3b6fafb3b..9ee1bd0a9 100644
--- a/src/dyetool/dyemain.cpp
+++ b/src/dyetool/dyemain.cpp
@@ -87,7 +87,6 @@ int main(int argc, char **argv)
imageHelper = new SDLImageHelper;
#endif // USE_SDL2
- ResourceManager::init();
VirtFs::setWriteDir(".");
VirtFs::mountDir(".", Append_false);
VirtFs::mountDir("/", Append_false);