aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-06-23 01:47:34 +0000
committerEugene Sandulenko2004-06-23 01:47:34 +0000
commita7e85cab1a0f09782328c63ee22607936de58f28 (patch)
tree59b9a6334c59855b6f6b86f9d75644e4c8df7008 /scumm/gfx.cpp
parent2e0814514c346cc3c7bf091131dce91f99473810 (diff)
downloadscummvm-rg350-a7e85cab1a0f09782328c63ee22607936de58f28.tar.gz
scummvm-rg350-a7e85cab1a0f09782328c63ee22607936de58f28.tar.bz2
scummvm-rg350-a7e85cab1a0f09782328c63ee22607936de58f28.zip
oops. Forgot to remove debug output and rename resource type.
svn-id: r14004
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
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);