aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2010-12-02 21:25:15 +0000
committerAlyssa Milburn2010-12-02 21:25:15 +0000
commit27799e354e073cc2db6160fdf25b4da321d343e7 (patch)
treedef5097b0736d9e348fd55efc26fb773756d7c2b /engines/mohawk/console.cpp
parenteb729b5f2e5178a652c87fcdc7493eda88c1bddc (diff)
downloadscummvm-rg350-27799e354e073cc2db6160fdf25b4da321d343e7.tar.gz
scummvm-rg350-27799e354e073cc2db6160fdf25b4da321d343e7.tar.bz2
scummvm-rg350-27799e354e073cc2db6160fdf25b4da321d343e7.zip
MOHAWK: move shared setPalette/copyImage routines into GraphicsManager
svn-id: r54743
Diffstat (limited to 'engines/mohawk/console.cpp')
-rw-r--r--engines/mohawk/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/console.cpp b/engines/mohawk/console.cpp
index 2709cac52b..65479c555c 100644
--- a/engines/mohawk/console.cpp
+++ b/engines/mohawk/console.cpp
@@ -690,7 +690,7 @@ bool LivingBooksConsole::Cmd_DrawImage(int argc, const char **argv) {
return true;
}
- _vm->_gfx->copyImageToScreen((uint16)atoi(argv[1]));
+ _vm->_gfx->copyAnimImageToScreen((uint16)atoi(argv[1]));
_vm->_system->updateScreen();
return false;
}