fixed enabling the Princess Challenge

This commit is contained in:
Zeno Rogue 2017-09-01 22:17:22 +02:00
parent 3ce89b4d23
commit d5bfdd8d77
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ void showChangeMode() {
"\n\nYou need to reach Crossroads IV to unlock the Chaos mode."
);
}
else if(xuni == 'p') {
else if(xuni == 'P') {
if(!princess::everSaved)
addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess));
else