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:
parent
06c46fe423
commit
4126001b86
11 changed files with 39 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue