aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;