From dd75518af09f1ccc6585c652af5a8df537444bc1 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 8 Feb 2011 04:52:01 +0000 Subject: [PATCH] -small bugfix for titi's map support for cliffs.. all seems to work fine now --- source/shared_lib/sources/map/map_preview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/map/map_preview.cpp b/source/shared_lib/sources/map/map_preview.cpp index b2a5661c..150a2381 100644 --- a/source/shared_lib/sources/map/map_preview.cpp +++ b/source/shared_lib/sources/map/map_preview.cpp @@ -75,8 +75,8 @@ bool MapPreview::isCliff(int x, int y){ return true; } } - return false; } + return false; } MapSurfaceType MapPreview::getSurface(int x, int y) const {