1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

implemented the correct wall shapes in the rotspace raytracer

This commit is contained in:
Zeno Rogue
2024-06-11 00:10:39 +02:00
parent d1ced69cfa
commit 55880bb12b
4 changed files with 113 additions and 13 deletions

View File

@@ -4395,7 +4395,7 @@ int hrmap::wall_offset(cell *c) {
if(!cgi.wallstart.empty()) cgi.wallstart.pop_back();
cgi.reserve_wall3d(wo + isize(ss.faces));
kleinize_sides = isize(ss.faces) - 2;
for(int i=0; i<isize(ss.faces); i++) {
cgi.make_wall(wo, i, ss.faces[i]);
cgi.walltester[wo + i] = ss.walltester[i];