mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-16 15:53:17 +00:00
rectified is GP(1,1) not GP(1,0)
This commit is contained in:
parent
c9f5b1e048
commit
d57436848c
@ -721,7 +721,7 @@ namespace hr { namespace gp {
|
||||
}
|
||||
else {
|
||||
dialog::addBoolItem(XLAT("rectified"), param == loc(1,1) && nonbitrunc, 'd');
|
||||
dialog::lastItem().value = "GP(1,0)";
|
||||
dialog::lastItem().value = "GP(1,1)";
|
||||
}
|
||||
|
||||
dialog::addBreak(100);
|
||||
|
Loading…
x
Reference in New Issue
Block a user