mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
racing:: in 3D modes, show 3D configuration instead of 'config projection'
This commit is contained in:
parent
209b21bc31
commit
0d307c011c
@ -1133,8 +1133,14 @@ void race_projection() {
|
||||
|
||||
dialog::addBreak(100);
|
||||
|
||||
if(WDIM == 3) {
|
||||
dialog::addItem(XLAT("3D configuration"), '9');
|
||||
dialog::add_action_push(show3D);
|
||||
}
|
||||
else {
|
||||
dialog::addItem(XLAT("configure the projection"), 'p');
|
||||
dialog::add_action_push(race_projection);
|
||||
}
|
||||
|
||||
dialog::addBoolItem_action(XLAT("guiding line"), guiding, 'g');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user