aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-02-14 05:27:39 +0000
committerTravis Howell2006-02-14 05:27:39 +0000
commitde6aac4e2ff7a79506bcba10d4fe4ad618d4712a (patch)
treef82e6371851d99100ba9a9a315b9ee54851e9e76 /engines/scumm/gfx.cpp
parent072013c0f47f1a337aea7f865499460fe78c237b (diff)
downloadscummvm-rg350-de6aac4e2ff7a79506bcba10d4fe4ad618d4712a.tar.gz
scummvm-rg350-de6aac4e2ff7a79506bcba10d4fe4ad618d4712a.tar.bz2
scummvm-rg350-de6aac4e2ff7a79506bcba10d4fe4ad618d4712a.zip
Add setSystemMessage opcode for HE70+ games. Sets the window caption correctly for all languages
svn-id: r20684
Diffstat (limited to 'engines/scumm/gfx.cpp')
-rw-r--r--engines/scumm/gfx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp
index dc476a8f0b..6746c7088e 100644
--- a/engines/scumm/gfx.cpp
+++ b/engines/scumm/gfx.cpp
@@ -1705,8 +1705,6 @@ void Gdi::copyVirtScreenBuffers(Common::Rect rect, int dirtybit) {
byte *src, *dst;
VirtScreen *vs = &_vm->virtscr[0];
- debug(1,"copyVirtScreenBuffers: Left %d Right %d Top %d Bottom %d", rect.left, rect.right, rect.top, rect.bottom);
-
if (rect.top > vs->h || rect.bottom < 0)
return;