aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2010-05-29 00:16:06 +0200
committerAnubisss <none@none>2010-05-29 00:16:06 +0200
commitde97bd4f00df0265d1c352611d40d82ffacf45d4 (patch)
tree3c6182429a6984285c11180e30af733029786a80
parentf14ab71fad59a27d2ba505ae76831d293701dace (diff)
Remove a duplicate check from map/vmap files existance of all races' startup areas. Dear God, my english rocks (:.
--HG-- branch : trunk
-rw-r--r--src/game/World.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index 0e90f89664d..ded635cbf87 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -1264,7 +1264,6 @@ void World::SetInitialWorldSettings()
///- Check the existence of the map files for all races' startup areas.
if (!MapManager::ExistMapAndVMap(0,-6240.32f, 331.033f)
||!MapManager::ExistMapAndVMap(0,-8949.95f,-132.493f)
- ||!MapManager::ExistMapAndVMap(0,-8949.95f,-132.493f)
||!MapManager::ExistMapAndVMap(1,-618.518f,-4251.67f)
||!MapManager::ExistMapAndVMap(0, 1676.35f, 1677.45f)
||!MapManager::ExistMapAndVMap(1, 10311.3f, 832.463f)