From db03baed0222901627b1bd5ee95e4d2ba25faec6 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 4 Feb 2016 13:58:10 +0100 Subject: AGI: Add buttons to save/restore verify dialogs --- engines/agi/systemui.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'engines/agi/systemui.h') diff --git a/engines/agi/systemui.h b/engines/agi/systemui.h index 8d5e1c028b..440e81a750 100644 --- a/engines/agi/systemui.h +++ b/engines/agi/systemui.h @@ -88,7 +88,7 @@ public: private: int16 askForSavedGameSlot(const char *slotListText); - bool askForSavedGameVerification(const char *verifyText, const char *actualDescription, int16 slotId); + bool askForSavedGameVerification(const char *verifyText, const char *verifyButton1, const char *verifyButton2, const char *actualDescription, int16 slotId); bool askForVerification(const char *verifyText, const char *button1Text, const char *button2Text); @@ -141,11 +141,15 @@ private: const char *_textSaveGameSelectSlot; const char *_textSaveGameEnterDescription; const char *_textSaveGameVerify; + const char *_textSaveGameVerifyButton1; + const char *_textSaveGameVerifyButton2; const char *_textRestoreGameNoSlots; const char *_textRestoreGameSelectSlot; const char *_textRestoreGameError; const char *_textRestoreGameVerify; + const char *_textRestoreGameVerifyButton1; + const char *_textRestoreGameVerifyButton2; }; } // End of namespace Agi -- cgit v1.2.3