Turn some methods into functions (potentially gives better code, and we may want to move some of those into the graphics/ module one day)

svn-id: r15703
This commit is contained in:
Max Horn 2004-10-30 22:34:08 +00:00
parent 06c46fe423
commit 4126001b86
11 changed files with 39 additions and 63 deletions

View file

@ -179,7 +179,7 @@ int Render::drawScene() {
// Display palette test, if applicable
if (_flags & RF_PALETTE_TEST) {
_vm->_gfx->drawPalette(backbuf_surface);
drawPalette(backbuf_surface);
}
// Draw console