aboutsummaryrefslogtreecommitdiff
path: root/saga/render.cpp
diff options
context:
space:
mode:
authorMax Horn2004-10-30 22:34:08 +0000
committerMax Horn2004-10-30 22:34:08 +0000
commit4126001b861aa6abd1633ae42b7b259ad646df9c (patch)
treeca7c341d4a63a19cc7b59c40d81c6347df423ecc /saga/render.cpp
parent06c46fe423616f516648c67279f5c204398a2bd2 (diff)
downloadscummvm-rg350-4126001b861aa6abd1633ae42b7b259ad646df9c.tar.gz
scummvm-rg350-4126001b861aa6abd1633ae42b7b259ad646df9c.tar.bz2
scummvm-rg350-4126001b861aa6abd1633ae42b7b259ad646df9c.zip
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
Diffstat (limited to 'saga/render.cpp')
-rw-r--r--saga/render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/render.cpp b/saga/render.cpp
index 819fdecfb7..c015329b0b 100644
--- a/saga/render.cpp
+++ b/saga/render.cpp
@@ -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