1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +00:00

ray:: config hotkey

This commit is contained in:
Zeno Rogue 2019-11-03 02:24:26 +01:00
parent c25de99e10
commit ffd1295d3a

View File

@ -1587,7 +1587,7 @@ EX void show3D() {
} }
if(GDIM == 3) { if(GDIM == 3) {
dialog::addItem(XLAT("configure raycasting"), 'C'); dialog::addItem(XLAT("configure raycasting"), 'A');
dialog::add_action_push(ray::configure); dialog::add_action_push(ray::configure);
} }