aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorMax Horn2004-03-15 03:22:36 +0000
committerMax Horn2004-03-15 03:22:36 +0000
commite1b25fb7218fd18952cd07102818674c5f37c27d (patch)
treee3c27d3006aa8e1e013bf707a865e7cafa677cd5 /scumm/scumm.cpp
parentba5aa37dccbb466f70984c8e7c51fbebf757457a (diff)
downloadscummvm-rg350-e1b25fb7218fd18952cd07102818674c5f37c27d.tar.gz
scummvm-rg350-e1b25fb7218fd18952cd07102818674c5f37c27d.tar.bz2
scummvm-rg350-e1b25fb7218fd18952cd07102818674c5f37c27d.zip
After the refactoring it's clearly that _messagePtr can be removed. Hooray, yet another obscure global 'parameter' gone :-)
svn-id: r13299
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index ac82c2570e..0a5587f433 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -501,7 +501,6 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_demoMode = false;
_confirmExit = false;
_msgPtrToAdd = NULL;
- _messagePtr = NULL;
_talkDelay = 0;
_keepText = false;
_existLanguageFile = false;