1
0
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:
Zeno Rogue 2017-09-17 12:35:32 +02:00
parent 65fb018ff8
commit c442bdffd3

View File

@ -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') {