1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +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)
addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess));
else
restartGame('P');
restartGame('p');
}
#if CAP_EDIT
else if(xuni == 'm') {