diff options
author | maximius <none@none> | 2009-09-14 16:06:21 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-14 16:06:21 -0700 |
commit | 4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (patch) | |
tree | 52418d9fdb958c6ff4f2bffe2b58121e73807bc4 /src/game/Map.cpp | |
parent | b37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 (diff) |
*Use 4 spaces instead of tabs in .cpp and .h files
--HG--
branch : trunk
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r-- | src/game/Map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |