mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 18:34:05 +02:00
-small bugfix for titi's map support for cliffs.. all seems to work fine now
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user