aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/shootemup.cpp
diff options
context:
space:
mode:
authoruruk2014-02-18 13:53:20 +0100
committeruruk2014-02-18 13:56:19 +0100
commit589c6ffed25e818cd332e3ffb462ee13c4c8703e (patch)
tree30b072409c665eae74e77a7baceb34af8ba65b0d /engines/avalanche/shootemup.cpp
parent36ac801a4da38a2454ebc7a305093f8ed66cd1b3 (diff)
downloadscummvm-rg350-589c6ffed25e818cd332e3ffb462ee13c4c8703e.tar.gz
scummvm-rg350-589c6ffed25e818cd332e3ffb462ee13c4c8703e.tar.bz2
scummvm-rg350-589c6ffed25e818cd332e3ffb462ee13c4c8703e.zip
AVALANCHE: Reimplement the rectangle drawing methods.
Diffstat (limited to 'engines/avalanche/shootemup.cpp')
-rw-r--r--engines/avalanche/shootemup.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp
index 3012813d70..cd46d00333 100644
--- a/engines/avalanche/shootemup.cpp
+++ b/engines/avalanche/shootemup.cpp
@@ -202,11 +202,11 @@ void ShootEmUp::nextPage() {
}
}
- _vm->_graphics->drawFilledRectangle(Common::Rect(0, 0, 640, 200), kColorBlack);
+ _vm->_graphics->drawFilledRectangle(Common::Rect(0, 0, 639, 199), kColorBlack);
}
void ShootEmUp::instructions() {
- _vm->_graphics->drawFilledRectangle(Common::Rect(0, 0, 640, 200), kColorBlack); // Black out the whole screen.
+ _vm->_graphics->drawFilledRectangle(Common::Rect(0, 0, 639, 199), kColorBlack); // Black out the whole screen.
_vm->_graphics->seuDrawPicture(25, 25, kFacingRight);
_vm->_graphics->drawNormalText("< Avvy, our hero, needs your help - you must move him around.", _vm->_font, 8, 60, 35, kColorWhite);
_vm->_graphics->drawNormalText("(He''s too terrified to move himself!)", _vm->_font, 8, 80, 45, kColorWhite);
@@ -270,7 +270,7 @@ void ShootEmUp::setup() {
_count321 = 255; // Counting down.
- _vm->_graphics->drawFilledRectangle(Common::Rect(0, 0, 640, 200), kColorBlack); // Black out the whole screen.
+ _vm->_graphics->drawFilledRectangle(Common::Rect(0, 0, 639, 199), kColorBlack); // Black out the whole screen.
// Set up status line:
_vm->_graphics->seuDrawPicture(0, 0, 16); // Score: