aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.cpp
diff options
context:
space:
mode:
authorStrangerke2013-10-01 07:43:21 +0200
committerStrangerke2013-10-01 07:43:21 +0200
commit63f43aa9590607e18157bb08c7f0de68ff8ae0a0 (patch)
treed017bb322925253c0d2f330b65687b65fae4a89c /engines/avalanche/animation.cpp
parenta06bbb4fe78fc9722fde2dbd7d3d39ec64430f7e (diff)
downloadscummvm-rg350-63f43aa9590607e18157bb08c7f0de68ff8ae0a0.tar.gz
scummvm-rg350-63f43aa9590607e18157bb08c7f0de68ff8ae0a0.tar.bz2
scummvm-rg350-63f43aa9590607e18157bb08c7f0de68ff8ae0a0.zip
AVALANCHE: Move some more variables out of Avalanche
Diffstat (limited to 'engines/avalanche/animation.cpp')
-rw-r--r--engines/avalanche/animation.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/avalanche/animation.cpp b/engines/avalanche/animation.cpp
index 3de2c7c83c..836864bf9e 100644
--- a/engines/avalanche/animation.cpp
+++ b/engines/avalanche/animation.cpp
@@ -319,8 +319,7 @@ void AnimationType::stopWalk() {
void AnimationType::chatter() {
_anim->_vm->_talkX = _x + _info._xLength / 2;
_anim->_vm->_talkY = _y;
- _anim->_vm->_talkFontColor = _stat._fgBubbleCol;
- _anim->_vm->_talkBackgroundColor = _stat._bgBubbleCol;
+ _anim->_vm->_graphics->setDialogColor(_stat._bgBubbleCol, _stat._fgBubbleCol);
}
void AnimationType::remove() {