aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/graphics.cpp
diff options
context:
space:
mode:
authorThierry Crozat2016-04-11 09:10:44 +0100
committerThierry Crozat2016-04-11 09:13:05 +0100
commit882299a1b485888b42b4f6a7ff45b9fbc561525f (patch)
tree46966a5be5aeee86115b57f88e9dbdfdb4149410 /engines/drascula/graphics.cpp
parent9605b775a4fd66c0cfc1b42b2d126e9ceef89b0a (diff)
downloadscummvm-rg350-882299a1b485888b42b4f6a7ff45b9fbc561525f.tar.gz
scummvm-rg350-882299a1b485888b42b4f6a7ff45b9fbc561525f.tar.bz2
scummvm-rg350-882299a1b485888b42b4f6a7ff45b9fbc561525f.zip
DRASCULA: Fix typo in variable name
Diffstat (limited to 'engines/drascula/graphics.cpp')
-rw-r--r--engines/drascula/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/graphics.cpp b/engines/drascula/graphics.cpp
index 4ed949cc99..8a20561adc 100644
--- a/engines/drascula/graphics.cpp
+++ b/engines/drascula/graphics.cpp
@@ -241,7 +241,7 @@ void DrasculaEngine::print_abc(const char *said, int screenX, int screenY) {
} // for
copyRect(letterX, letterY, screenX, screenY,
- CHAR_WIDTH, CHAR_HEIGHT, tableSurface, screenSurface);
+ CHAR_WIDTH, CHAR_HEIGHT, _lang == kSpanish ? extraSurface : tableSurface, screenSurface);
screenX = screenX + CHAR_WIDTH;
if (screenX > 317) {