mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +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 true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
MapSurfaceType MapPreview::getSurface(int x, int y) const {
|
MapSurfaceType MapPreview::getSurface(int x, int y) const {
|
||||||
|
Reference in New Issue
Block a user