aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.cpp
diff options
context:
space:
mode:
authoruruk2013-09-08 11:20:37 +0200
committeruruk2013-09-08 11:20:37 +0200
commit1b25defe3417d8ff526a37b5448fe96b415626a5 (patch)
treef1b65156beaccc65e3cda6461fa90d726a84decc /engines/avalanche/animation.cpp
parentb9c14ccb087801c6d40ee568e51921e62f8a1db2 (diff)
downloadscummvm-rg350-1b25defe3417d8ff526a37b5448fe96b415626a5.tar.gz
scummvm-rg350-1b25defe3417d8ff526a37b5448fe96b415626a5.tar.bz2
scummvm-rg350-1b25defe3417d8ff526a37b5448fe96b415626a5.zip
AVALANCHE: Missing files from last commit...
Diffstat (limited to 'engines/avalanche/animation.cpp')
-rw-r--r--engines/avalanche/animation.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/avalanche/animation.cpp b/engines/avalanche/animation.cpp
index 68f59deef5..68266f366d 100644
--- a/engines/avalanche/animation.cpp
+++ b/engines/avalanche/animation.cpp
@@ -854,7 +854,7 @@ void Animation::call_special(uint16 which) {
_vm->_gyro->_magics[11]._data = 5;
_vm->_gyro->_magics[3]._operation = _vm->_gyro->kMagicBounce; // Now works as planned!
stopWalking();
- _vm->_visa->dixi('q', 26);
+ _vm->_visa->displayScrollChain('q', 26);
_vm->_gyro->_dna._userMovesAvvy = true;
break;
case 3: // _vm->_gyro->special 3: Room 71: triggers dart.
@@ -884,11 +884,11 @@ void Animation::call_special(uint16 which) {
if (_vm->_gyro->_dna._friarWillTieYouUp) {
// _vm->_gyro->special 5: Room 42: touched tree, and get tied up.
_vm->_gyro->_magics[4]._operation = _vm->_gyro->kMagicBounce; // Boundary effect is now working again.
- _vm->_visa->dixi('q', 35);
+ _vm->_visa->displayScrollChain('q', 35);
tr[0].done();
//tr[1].vanishifstill:=true;
_vm->_celer->drawBackgroundSprite(-1, -1, 2);
- _vm->_visa->dixi('q', 36);
+ _vm->_visa->displayScrollChain('q', 36);
_vm->_gyro->_dna._tiedUp = true;
_vm->_gyro->_dna._friarWillTieYouUp = false;
tr[1].walkto(3);
@@ -917,7 +917,7 @@ void Animation::call_special(uint16 which) {
break;
case 8: // _vm->_gyro->special 8: leave du Lustie's room.
if ((_vm->_gyro->_dna._geidaFollows) && (!_vm->_gyro->_dna._lustieIsAsleep)) {
- _vm->_visa->dixi('q', 63);
+ _vm->_visa->displayScrollChain('q', 63);
tr[1].turn(kDirDown);
tr[1].stopWalk();
tr[1]._callEachStepFl = false; // Geida
@@ -937,9 +937,9 @@ void Animation::call_special(uint16 which) {
if ((_vm->_gyro->_dna._catacombX == 4) && (_vm->_gyro->_dna._catacombY == 1)) {
// Into Geida's room.
if (_vm->_gyro->_dna._objects[_vm->_gyro->kObjectKey - 1])
- _vm->_visa->dixi('q', 62);
+ _vm->_visa->displayScrollChain('q', 62);
else {
- _vm->_visa->dixi('q', 61);
+ _vm->_visa->displayScrollChain('q', 61);
return;
}
}
@@ -1201,7 +1201,7 @@ void Animation::arrow_procs(byte tripnum) {
// OK, it's hit him... what now?
tr[1]._callEachStepFl = false; // prevent recursion.
- _vm->_visa->dixi('Q', 47); // Complaint!
+ _vm->_visa->displayScrollChain('Q', 47); // Complaint!
tr[tripnum].done(); // Deallocate the arrow.
#if 0
tr[1].done; { Deallocate normal pic of Avvy. }
@@ -1409,7 +1409,7 @@ void Animation::animLink() {
if (mustexclaim) {
mustexclaim = false;
- _vm->_visa->dixi('x', saywhat);
+ _vm->_visa->displayScrollChain('x', saywhat);
}
}