mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
rectified is GP(1,1) not GP(1,0)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user