1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-07 21:32:10 +00:00

ru:: display hidden stuff in the map mode

This commit is contained in:
Zeno Rogue
2026-04-16 23:56:16 +02:00
parent 5225a5baf2
commit 06ff995bbb
+2
View File
@@ -160,6 +160,8 @@ void render_room_walls(room *r) {
int cc = c >> 3;
if(!af) for(auto [hid, unh]: hidden_unhidden) if(cc == int(hid)) cc = int(unh);
if(r == current_room && cc == wSecretPassageVHidden && r->fov[y+1][x] && r->fov[y-1][x]) {
r->replace_block(x, y, wSecretPassageV);
}