aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-10-12 17:05:16 +0000
committerTorbjörn Andersson2004-10-12 17:05:16 +0000
commit3842898a3e0a7acaab7db8ea2edee33f4e6fcea2 (patch)
tree02fc95d5a690d4397f1d216a42384693a0b59318 /scumm
parent372eeb54cbc030737afac9bda9ccc7f41b873659 (diff)
downloadscummvm-rg350-3842898a3e0a7acaab7db8ea2edee33f4e6fcea2.tar.gz
scummvm-rg350-3842898a3e0a7acaab7db8ea2edee33f4e6fcea2.tar.bz2
scummvm-rg350-3842898a3e0a7acaab7db8ea2edee33f4e6fcea2.zip
Compile fix.
svn-id: r15533
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 7c98ec7a48..4624ae81cf 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -688,7 +688,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_languageIndex = NULL;
_costumeRenderer = NULL;
_2byteFontPtr = 0;
- _V1_talkingActor = 0;
+ _V1TalkingActor = 0;
_wizNumPolygons = 200; // Used as constant in original
_wizPolygons = NULL;