-small bugfix for titi's map support for cliffs.. all seems to work fine now

This commit is contained in:
Mark Vejvoda 2011-02-08 04:52:01 +00:00
parent c856aa2c44
commit dd75518af0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {