1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-14 02:12:05 +00:00

fixes to projection streamlining

This commit is contained in:
Zeno Rogue
2019-04-29 03:37:27 +02:00
parent be2ac7654a
commit c19ffb3597
6 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -273,6 +273,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) {
}
case mdUnchanged:
case mdText:
ret = H / current_display->radius;
return;
@@ -654,7 +655,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) {
}
}
case mdGUARD: case mdRug: case mdText: break;
case mdGUARD: case mdRug: break;
}
ghcheck(ret,H_orig);