aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v8.cpp1
-rw-r--r--scumm/scummvm.cpp3
2 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index b74f2cabca..de32d8013f 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 0a65947d2c..f54c42ad07 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();