From de97bd4f00df0265d1c352611d40d82ffacf45d4 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Sat, 29 May 2010 00:16:06 +0200 Subject: Remove a duplicate check from map/vmap files existance of all races' startup areas. Dear God, my english rocks (:. --HG-- branch : trunk --- src/game/World.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/World.cpp') 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 @@ -1263,7 +1263,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) -- cgit v1.2.3