aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/graphics.cpp
diff options
context:
space:
mode:
authorStrangerke2012-03-23 07:44:04 +0100
committerStrangerke2012-04-06 08:23:43 +0200
commit0111cea7d7b9164125cb6163050d1ddfcc1335f8 (patch)
tree8881a542e719726c1d85794a2f72ff11529003c8 /engines/mortevielle/graphics.cpp
parent09e8c82e8fc29472ec18d0a7ff2c69cc9b31975d (diff)
downloadscummvm-rg350-0111cea7d7b9164125cb6163050d1ddfcc1335f8.tar.gz
scummvm-rg350-0111cea7d7b9164125cb6163050d1ddfcc1335f8.tar.bz2
scummvm-rg350-0111cea7d7b9164125cb6163050d1ddfcc1335f8.zip
MORTEVIELLE: More renaming
Diffstat (limited to 'engines/mortevielle/graphics.cpp')
-rw-r--r--engines/mortevielle/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mortevielle/graphics.cpp b/engines/mortevielle/graphics.cpp
index dc63e05c22..2e9e0195a6 100644
--- a/engines/mortevielle/graphics.cpp
+++ b/engines/mortevielle/graphics.cpp
@@ -913,7 +913,7 @@ void ScreenSurface::drawPicture(GfxSurface &surface, int x, int y) {
(x + surface.w) * 2, (y + surface.h) * 2));
// Get a lookup for the palette mapping
- const byte *paletteMap = &g_mem[0x7000 * 16 + 2];
+ const byte *paletteMap = &g_vm->_mem[0x7000 * 16 + 2];
// Loop through writing
for (int yp = 0; yp < surface.h; ++yp) {