diff options
Diffstat (limited to 'engines/avalanche/lucerna2.cpp')
-rw-r--r-- | engines/avalanche/lucerna2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/lucerna2.cpp b/engines/avalanche/lucerna2.cpp index fa1e3db908..29f93c7d42 100644 --- a/engines/avalanche/lucerna2.cpp +++ b/engines/avalanche/lucerna2.cpp @@ -101,7 +101,7 @@ void Lucerna::draw_also_lines() { } _vm->_graphics->_magics.fillRect(Common::Rect(0, 0, 640, 200), 0); - _vm->_graphics->_magics.frameRect(Common::Rect(0, 45, 639, 160), 15); + _vm->_graphics->_magics.frameRect(Common::Rect(0, 45, 639, 161), 15); for (ff = 0; ff < 50; ff++) { if (_vm->_gyro->lines[ff].x1 != 32767 /*maxint*/) { |