MOHAWK: move shared setPalette/copyImage routines into GraphicsManager

svn-id: r54743
This commit is contained in:
Alyssa Milburn 2010-12-02 21:25:15 +00:00
parent eb729b5f2e
commit 27799e354e
4 changed files with 114 additions and 99 deletions

View file

@ -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;
}