aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-20 16:40:44 +0200
committerStrangerke2015-10-20 16:40:44 +0200
commit3864ad17ac8b45db2976b9bc9bea6aa5fee260a9 (patch)
tree41f295a1c958690b43ec41cccdc862a7ec73b911 /engines/mads/phantom/phantom_scenes1.h
parent5b02ca13163eaacbf930e9626f91b8fbe0851d32 (diff)
downloadscummvm-rg350-3864ad17ac8b45db2976b9bc9bea6aa5fee260a9.tar.gz
scummvm-rg350-3864ad17ac8b45db2976b9bc9bea6aa5fee260a9.tar.bz2
scummvm-rg350-3864ad17ac8b45db2976b9bc9bea6aa5fee260a9.zip
MADS: Phantom: Some refactoring and renaming
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);