mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
gp:: ok, chamfered appears, but it is correctly called 'expanded'
This commit is contained in:
parent
b2ba4efc40
commit
bc558a18df
@ -710,8 +710,8 @@ namespace hr { namespace gp {
|
|||||||
dialog::lastItem().value = S3 == 3 ? "GP(1,1)" : XLAT(nonbitrunc ? "OFF" : "ON");
|
dialog::lastItem().value = S3 == 3 ? "GP(1,1)" : XLAT(nonbitrunc ? "OFF" : "ON");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(show_nonthree && S3 == 3) {
|
if(show_nonthree) {
|
||||||
dialog::addBoolItem(XLAT("chamfered"), param == loc(2,0), 'c');
|
dialog::addBoolItem(XLAT(S3 == 3 ? "expanded" : "chamfered"), param == loc(2,0), 'c');
|
||||||
dialog::lastItem().value = "GP(2,0)";
|
dialog::lastItem().value = "GP(2,0)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user