aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
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 08d74d5788..a476556e8f 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -71,7 +71,7 @@ void Scumm::initScreens(int a, int b, int w, int h)
}
initVirtScreen(0, 0, b, _realWidth, h - b, true, true);
initVirtScreen(1, 0, 0, _realWidth, b, false, false);
- initVirtScreen(2, 0, h, _realWidth, _realHeight - h, false, false); //ender
+ initVirtScreen(2, 0, h, _realWidth, _realHeight - h, false, false);
_screenB = b;
_screenH = h;