mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-18 03:04:48 +00:00
hyperweb:: use XLAT1 not XLAT
This commit is contained in:
parent
c63969a21b
commit
0cdd6f8d5d
@ -151,9 +151,9 @@ void showDemo() {
|
||||
dialog::addBreak(100);
|
||||
|
||||
dialog::addTitle("highlights", 0xC00000, 120);
|
||||
dialog::addItem(XLAT("Temple of Cthulhu"), 't');
|
||||
dialog::addItem(XLAT("Land of Storms"), 'l');
|
||||
dialog::addItem(XLAT("Burial Grounds"), 'b');
|
||||
dialog::addItem(XLAT1("Temple of Cthulhu"), 't');
|
||||
dialog::addItem(XLAT1("Land of Storms"), 'l');
|
||||
dialog::addItem(XLAT1("Burial Grounds"), 'b');
|
||||
|
||||
dialog::display();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user