aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index a7a057c0d5..fb3923edd6 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -477,7 +477,6 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_copyProtection = false;
_demoMode = false;
_confirmExit = false;
- _numInMsgStack = 0;
_msgPtrToAdd = NULL;
_messagePtr = NULL;
_talkDelay = 0;
@@ -1140,10 +1139,6 @@ void ScummEngine::scummInit() {
for (i = 0; i < 512; i++)
_keyDownMap[i] = false;
- _numInMsgStack = 0;
-
- createResource(rtTemp, 6, 500);
-
initScummVars();
_lastSaveTime = _system->get_msecs();
@@ -2515,7 +2510,6 @@ void ScummEngine::restart() {
// Reinit things
allocateArrays(); // Reallocate arrays
readIndexFile(); // Reread index (reset objectstate etc)
- createResource(rtTemp, 6, 500); // Create temp buffer
initScummVars(); // Reinit scumm variables
if (_imuse) {
_imuse->setBase(res.address[rtSound]);