diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-12 13:32:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-17 14:53:41 +0300 |
commit | 8571843f1405e676142e7bb289f9879d10a888ed (patch) | |
tree | e414c90b31979372220fa5c78f9ebb6cc05cd024 /src/client.cpp | |
parent | 3d8682618f0b46a334f9db5dd0c780f671e7f072 (diff) | |
download | plus-8571843f1405e676142e7bb289f9879d10a888ed.tar.gz plus-8571843f1405e676142e7bb289f9879d10a888ed.tar.bz2 plus-8571843f1405e676142e7bb289f9879d10a888ed.tar.xz plus-8571843f1405e676142e7bb289f9879d10a888ed.zip |
add walkmaps support.
Fast detecting between two targets is they in same walkable area.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 467d49f3b..dc4f118a8 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1872,6 +1872,7 @@ void Client::initTempDir() logger->error(strprintf(_("%s doesn't exist and can't be created! " "Exiting."), mTempDir.c_str())); } +// ResourceManager::deleteFilesInDirectory(mTempDir); } void Client::initConfigDir() |