MOHAWK: move shared setPalette/copyImage routines into GraphicsManager
svn-id: r54743
This commit is contained in:
parent
eb729b5f2e
commit
27799e354e
4 changed files with 114 additions and 99 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue