1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

fixed glitches in Warp+Mirror

This commit is contained in:
Zeno Rogue
2017-11-06 23:11:40 +01:00
parent 42b1e36cbc
commit 483e335db8
6 changed files with 55 additions and 12 deletions

View File

@@ -2107,3 +2107,5 @@ void runGeometryExperiments();
extern vector<eLand> landlist;
template<class T> void generateLandList(T t);
int isLandValid(eLand l);
bool inmirrororwall(eLand l);