aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/anim.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-04-09 09:17:11 -0400
committerPaul Gilbert2013-04-09 09:17:11 -0400
commitbfe63b71e9f0c2ee5b17022f37d8a189cb19516a (patch)
tree724656a60c6d97ef6f2747f786ea18745c98ba4d /engines/hopkins/anim.cpp
parent4d3748fb24950d3d62b84bd7655742608e606894 (diff)
downloadscummvm-rg350-bfe63b71e9f0c2ee5b17022f37d8a189cb19516a.tar.gz
scummvm-rg350-bfe63b71e9f0c2ee5b17022f37d8a189cb19516a.tar.bz2
scummvm-rg350-bfe63b71e9f0c2ee5b17022f37d8a189cb19516a.zip
HOPKINS: Renaming some of the remaining graphics methods
Diffstat (limited to 'engines/hopkins/anim.cpp')
-rw-r--r--engines/hopkins/anim.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/hopkins/anim.cpp b/engines/hopkins/anim.cpp
index 09e392d4f5..b66f6fa318 100644
--- a/engines/hopkins/anim.cpp
+++ b/engines/hopkins/anim.cpp
@@ -590,10 +590,10 @@ void AnimationManager::playSequence(const Common::String &file, uint32 rate1, ui
if (skipSeqFl) {
if (!_vm->getIsDemo()) {
- _vm->_graphicsManager->SETCOLOR3(252, 100, 100, 100);
- _vm->_graphicsManager->SETCOLOR3(253, 100, 100, 100);
- _vm->_graphicsManager->SETCOLOR3(251, 100, 100, 100);
- _vm->_graphicsManager->SETCOLOR3(254, 0, 0, 0);
+ _vm->_graphicsManager->setColorPercentage(252, 100, 100, 100);
+ _vm->_graphicsManager->setColorPercentage(253, 100, 100, 100);
+ _vm->_graphicsManager->setColorPercentage(251, 100, 100, 100);
+ _vm->_graphicsManager->setColorPercentage(254, 0, 0, 0);
}
_vm->_graphicsManager->setPaletteVGA256(_vm->_graphicsManager->_palette);
} else {