aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index 820cc7df60..8a9ba8468f 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -371,14 +371,14 @@ private:
int _lastDayResetFrame;
int _standCount;
- void handle_animation_florent();
- void handle_animation_13_day();
- void handle_animation_4_raoul();
- void handle_animation_13_raoul();
- void handle_animation_6_julie();
- void process_conversation_dead();
- void process_conversation_florent();
- void process_conversation_love();
+ void handleFlorentAnimation();
+ void handleDayAnimation();
+ void handleRaoulAnimation();
+ void handleRaoulAnimation2();
+ void handleJulieAnimation();
+ void handleDeadConversation();
+ void handleFlorentConversation();
+ void handleLoveConversation();
public:
Scene113(MADSEngine *vm);