|
@@ -2263,7 +2263,7 @@ void CPlayerInterface::waitForAllDialogs(bool unlockPim)
|
|
|
|
|
|
void CPlayerInterface::proposeLoadingGame()
|
|
|
{
|
|
|
- showYesNoDialog(CGI->generaltexth->allTexts[68], [this](){ GH.pushUserEvent(EUserEvent::RETURN_TO_MENU_LOAD); }, nullptr);
|
|
|
+ showYesNoDialog(CGI->generaltexth->allTexts[68], [](){ GH.pushUserEvent(EUserEvent::RETURN_TO_MENU_LOAD); }, nullptr);
|
|
|
}
|
|
|
|
|
|
CPlayerInterface::SpellbookLastSetting::SpellbookLastSetting()
|