From 9d89a5f5433b54e772b600e188c98218606da94a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Mar 2004 12:59:51 +0000 Subject: Fix bug #920491 (BS1: Game crashes when savepath is invalid) svn-id: r13396 --- sword1/control.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sword1/control.h') diff --git a/sword1/control.h b/sword1/control.h index 50697fc224..ace9c3b14e 100644 --- a/sword1/control.h +++ b/sword1/control.h @@ -74,6 +74,8 @@ public: void askForCd(void); bool savegamesExist(void); private: + int displayMessage(const char *altButton, const char *message, ...); + void saveGameToFile(uint8 slot); bool restoreGameFromFile(uint8 slot); void readSavegameDescriptions(void); -- cgit v1.2.3