From 194cc2bd2eddfcabe335ac1a55fb6843cb7fa5a8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 1 May 2018 22:43:02 +0200 Subject: [PATCH] fixed the Princess Challenge activation --- menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menus.cpp b/menus.cpp index c040898f..6daf451e 100644 --- a/menus.cpp +++ b/menus.cpp @@ -529,7 +529,7 @@ void showChangeMode() { if(!princess::everSaved) addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess)); else - restartGame(rg::peace); + restartGame(rg::princess); } #if CAP_EDIT else if(xuni == 'm') {