From c305f6f12c9f44a35047cd11578ba25188223bc2 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sat, 11 Nov 2006 04:42:36 +0000 Subject: various fixes, Touche should now be completable without any major glitches svn-id: r24672 --- engines/touche/touche.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'engines/touche/touche.h') diff --git a/engines/touche/touche.h b/engines/touche/touche.h index 48140e877d..812e4a528c 100644 --- a/engines/touche/touche.h +++ b/engines/touche/touche.h @@ -343,8 +343,10 @@ public: protected: void restart(); + void readConfigurationSettings(); + void writeConfigurationSettings(); void mainLoop(); - void processEvents(); + void processEvents(bool handleKeyEvents = true); void runCycle(); int16 getRandomNumber(int max); void changePaletteRange(); @@ -432,8 +434,8 @@ protected: void runConversationScript(uint16 offset); void findConversationByNum(int16 num); void clearConversationChoices(); - void drawCharacterConversationRepeat2(); - void drawCharacterConversationRepeat(); + void scrollDownConversationChoice(); + void scrollUpConversationChoice(); void drawCharacterConversation(); void drawConversationString(int num, uint16 color); void clearConversationArea(); @@ -611,7 +613,6 @@ protected: int _saveLoadCurrentPage; int _saveLoadCurrentSlot; - int _defaultSoundPriority; int _newMusicNum; int _currentMusicNum; int _newSoundNum; @@ -650,7 +651,7 @@ protected: int _conversationReplyNum; bool _conversationEnded; int _conversationNum; - int _drawCharacterConversionRepeatCounter; + int _scrollConversationChoiceOffset; int _currentConversation; bool _disableConversationScript; bool _conversationAreaCleared; -- cgit v1.2.3