1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

rectified is GP(1,1) not GP(1,0)

This commit is contained in:
Zeno Rogue 2018-07-11 12:25:33 +02:00
parent c9f5b1e048
commit d57436848c

View File

@ -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);