aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/acci2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/acci2.cpp')
-rw-r--r--engines/avalanche/acci2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/avalanche/acci2.cpp b/engines/avalanche/acci2.cpp
index cf4e20fa55..4938aaa0c2 100644
--- a/engines/avalanche/acci2.cpp
+++ b/engines/avalanche/acci2.cpp
@@ -1255,10 +1255,10 @@ void Acci::playHarp() {
void Acci::winSequence() {
_vm->_visa->dixi('q', 78);
- _vm->_sequence->first_show(7);
- _vm->_sequence->then_show(8);
- _vm->_sequence->then_show(9);
- _vm->_sequence->start_to_close();
+ _vm->_sequence->firstShow(7);
+ _vm->_sequence->thenShow(8);
+ _vm->_sequence->thenShow(9);
+ _vm->_sequence->startToClose();
_vm->_timeout->set_up_timer(30, _vm->_timeout->procwinning, _vm->_timeout->reason_winning);
}