From 4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef Mon Sep 17 00:00:00 2001 From: maximius Date: Mon, 14 Sep 2009 16:06:21 -0700 Subject: *Use 4 spaces instead of tabs in .cpp and .h files --HG-- branch : trunk --- src/game/Map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/Map.cpp') diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 2fba8c37d2c..ad322868c61 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -1870,8 +1870,8 @@ uint16 Map::GetAreaFlag(float x, float y, float z) const // Makers' Overlook (ground and cave) else if (x > 5634.48f && x < 5774.53f && y < 3475.0f && z > 300.0f) { - if(y > 3380.26f || y > 3265.0f && z < 360.0f) - areaflag = 2187; + if(y > 3380.26f || y > 3265.0f && z < 360.0f) + areaflag = 2187; } break; // The Makers' Perch (underground) -- cgit v1.2.3