aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.cpp')
-rw-r--r--engines/mads/phantom/phantom_scenes1.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.cpp b/engines/mads/phantom/phantom_scenes1.cpp
index 14b5be30a8..0e50bf55e7 100644
--- a/engines/mads/phantom/phantom_scenes1.cpp
+++ b/engines/mads/phantom/phantom_scenes1.cpp
@@ -5132,7 +5132,7 @@ void Scene108::enter() {
void Scene108::step() {
if (_anim0ActvFl)
- handle_animation_char ();
+ handleCharAnimation ();
if ((_globals[kWalkerConverse] == 2) || (_globals[kWalkerConverse] == 3)) {
++_conversationCount;
@@ -5143,7 +5143,7 @@ void Scene108::step() {
void Scene108::actions() {
if (_vm->_gameConv->_running == 2) {
- process_conversation_charles();
+ handleCharlesConversation();
_action._inProgress = false;
return;
}
@@ -5303,7 +5303,7 @@ void Scene108::actions() {
void Scene108::preActions() {
}
-void Scene108::handle_animation_char() {
+void Scene108::handleCharAnimation() {
if (_scene->_animation[_globals._animationIndexes[0]]->getCurrentFrame() == _charFrame)
return;
@@ -5502,7 +5502,7 @@ void Scene108::handle_animation_char() {
}
}
-void Scene108::process_conversation_charles() {
+void Scene108::handleCharlesConversation() {
switch (_action._activeAction._verbId) {
case 1:
case 25: