mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-20 18:02:50 +00:00
commit
7b99248c06
@ -5806,8 +5806,8 @@ EX void normalscreen() {
|
|||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
else if(tour::on)
|
else if(tour::on)
|
||||||
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(ESC) tour menu"), SDLK_ESCAPE, 16);
|
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(ESC) tour menu"), SDLK_ESCAPE, 16);
|
||||||
else
|
|
||||||
#endif
|
#endif
|
||||||
|
else
|
||||||
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16);
|
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16);
|
||||||
keyhandler = handleKeyNormal;
|
keyhandler = handleKeyNormal;
|
||||||
|
|
||||||
|
2
quit.cpp
2
quit.cpp
@ -445,7 +445,7 @@ EX void showGameMenu() {
|
|||||||
if(cheater && !autocheat) {
|
if(cheater && !autocheat) {
|
||||||
dialog::addInfo(XLAT("you have cheated %1 times", its(cheater)), 0xFF2020);
|
dialog::addInfo(XLAT("you have cheated %1 times", its(cheater)), 0xFF2020);
|
||||||
}
|
}
|
||||||
else if(!racing::on) {
|
if(!racing::on) {
|
||||||
dialog::addInfo(timeline(), dialog::dialogcolor);
|
dialog::addInfo(timeline(), dialog::dialogcolor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user