From a7e85cab1a0f09782328c63ee22607936de58f28 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 23 Jun 2004 01:47:34 +0000 Subject: oops. Forgot to remove debug output and rename resource type. svn-id: r14004 --- scumm/gfx.cpp | 2 +- scumm/script_v6.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index d51cea01cb..0a328b686b 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -467,7 +467,7 @@ void ScummEngine::initBGBuffers(int height) { } if (_heversion >= 70) - room = getResourceAddress(rtLast, _roomResource); + room = getResourceAddress(rtRoomStart, _roomResource); else room = getResourceAddress(rtRoom, _roomResource); diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index fea6f88b1f..11c3ea515f 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1461,7 +1461,6 @@ void ScummEngine_v6::o6_resourceRoutines() { int resid, op; op = fetchScriptByte(); - debug(0, "resourceRoutines op: %d", op); switch (op) { case 100: // SO_LOAD_SCRIPT resid = pop(); -- cgit v1.2.3