1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-07 22:09:43 +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

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);