From 2367625da419edae9c8f4f1091fa9ad33a13097f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 27 Dec 2002 00:58:21 +0000 Subject: [PATCH] cleanup svn-id: r6187 --- scumm/script_v8.cpp | 1 - scumm/scummvm.cpp | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index b74f2cabca8..de32d8013f0 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -1280,7 +1280,6 @@ void Scumm_v8::o8_system() void Scumm_v8::o8_startVideo() { - char dirName[255]; int len = resStrLen((char*)_scriptPointer); warning("o8_startVideo(%s/%s)\n", getGameDataPath(), (char*)_scriptPointer); diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 0a65947d2cc..f54c42ad07c 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -578,7 +578,8 @@ void Scumm::startScene(int room, Actor * a, int objectNr) int i, where; Actor *at; - CHECK_HEAP debug(1, "Loading room %d", room); + CHECK_HEAP; + debug(1, "Loading room %d", room); clearMsgQueue();