mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 17:34:53 +00:00
display yasc message in gameover
This commit is contained in:
parent
5aac5fd2a3
commit
2379228ab4
3
quit.cpp
3
quit.cpp
@ -639,7 +639,8 @@ EX void handleKeyQuit(int sym, int uni) {
|
|||||||
popScreen();
|
popScreen();
|
||||||
msgs.clear();
|
msgs.clear();
|
||||||
if(!canmove) {
|
if(!canmove) {
|
||||||
addMessage(XLAT("GAME OVER"));
|
if(yasc_message != "") addMessage(XLAT("GAME OVER") + ": " + yasc_message);
|
||||||
|
else addMessage(XLAT("GAME OVER"));
|
||||||
addMessage(timeline());
|
addMessage(timeline());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user