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