From 3842898a3e0a7acaab7db8ea2edee33f4e6fcea2 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 12 Oct 2004 17:05:16 +0000 Subject: Compile fix. svn-id: r15533 --- scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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; -- cgit v1.2.3