1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-07 18:20:15 +00:00

major cleanup of projection setting

This commit is contained in:
Zeno Rogue
2019-04-23 15:03:17 +02:00
parent acf7883393
commit 3c9e4db46e
15 changed files with 67 additions and 84 deletions

View File

@@ -654,7 +654,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) {
}
}
case mdGUARD: break;
case mdGUARD: case mdRug: case mdText: break;
}
ghcheck(ret,H_orig);