mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed the Princess Challenge
This commit is contained in:
parent
65fb018ff8
commit
c442bdffd3
@ -513,7 +513,7 @@ void showChangeMode() {
|
|||||||
if(!princess::everSaved)
|
if(!princess::everSaved)
|
||||||
addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess));
|
addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess));
|
||||||
else
|
else
|
||||||
restartGame('P');
|
restartGame('p');
|
||||||
}
|
}
|
||||||
#if CAP_EDIT
|
#if CAP_EDIT
|
||||||
else if(xuni == 'm') {
|
else if(xuni == 'm') {
|
||||||
|
Loading…
Reference in New Issue
Block a user