Backed out changeset 6670e64b2d92

--HG--
branch : trunk
This commit is contained in:
click
2010-07-11 22:33:18 +02:00
parent 66547c5fbd
commit 307bf7f73e
3 changed files with 1 additions and 9 deletions

View File

@@ -113,6 +113,7 @@ bool Map::ExistVMap(uint32 mapid,int gx,int gy)
{
if (vmgr->isMapLoadingEnabled())
{
// x and y are swapped !! => fixed now
bool exists = vmgr->existsMap((sWorld.GetDataPath()+ "vmaps").c_str(), mapid, gx,gy);
if (!exists)
{