1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-29 08:29:04 +00:00
This commit is contained in:
Zeno Rogue
2020-03-21 10:49:07 +01:00
parent c131ed52ad
commit 64c63b7899
3 changed files with 8 additions and 2 deletions

View File

@@ -1696,10 +1696,12 @@ EX void show3D() {
});
}
#if CAP_RAY
if(GDIM == 3) {
dialog::addItem(XLAT("configure raycasting"), 'A');
dialog::add_action_push(ray::configure);
}
#endif
edit_levellines('L');