mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fix XLAT(canvas) to XLATN
This commit is contained in:
parent
641e463643
commit
baffb16e83
@ -1067,7 +1067,7 @@ void showMenu() {
|
||||
#endif
|
||||
dialog::addSelItem(XLAT("precision"), its(config.gsplits), 'P');
|
||||
|
||||
dialog::addBoolItem(XLAT("Canvas"), specialland == laCanvas, 'X');
|
||||
dialog::addBoolItem(XLATN("Canvas"), specialland == laCanvas, 'X');
|
||||
dialog::add_action([] () {
|
||||
bool inwhite = specialland == laCanvas && patterns::whichCanvas == 'g' && patterns::canvasback == 0xFFFFFF;
|
||||
if(inwhite)
|
||||
|
Loading…
Reference in New Issue
Block a user