aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-19 00:20:09 +0200
committerStrangerke2015-10-19 00:20:09 +0200
commit3488f05585a1c3491e90e3aa5d14fb34fcfb17d5 (patch)
tree34f3680d87ba4c4171cf241d0ead70be16a421d1 /engines/mads/phantom/phantom_scenes1.h
parent7a56c52c89d8a6afc391b1f8181dcad56ad3997e (diff)
downloadscummvm-rg350-3488f05585a1c3491e90e3aa5d14fb34fcfb17d5.tar.gz
scummvm-rg350-3488f05585a1c3491e90e3aa5d14fb34fcfb17d5.tar.bz2
scummvm-rg350-3488f05585a1c3491e90e3aa5d14fb34fcfb17d5.zip
MADS: Phantom: Some renaming in scene 108
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index 7a3b3fb38e..99146ae3c3 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -243,8 +243,8 @@ private:
int _conversationCount;
int _prevShutUpFrame;
- void handle_animation_char();
- void process_conversation_charles();
+ void handleCharAnimation();
+ void handleCharlesConversation();
public:
Scene108(MADSEngine *vm);