diff options
| author | Strangerke | 2015-12-14 22:50:09 +0100 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2015-12-23 21:34:05 +0100 |
| commit | 69294eccb0636439157b60ee4b85bf3b985acb63 (patch) | |
| tree | bdd683aa0961ceae986f8e9d662eaefc1d8c6d5b /engines/lab/intro.cpp | |
| parent | e0de03463e0c8145bd7700cd2f4955dfc0676967 (diff) | |
| download | scummvm-rg350-69294eccb0636439157b60ee4b85bf3b985acb63.tar.gz scummvm-rg350-69294eccb0636439157b60ee4b85bf3b985acb63.tar.bz2 scummvm-rg350-69294eccb0636439157b60ee4b85bf3b985acb63.zip | |
LAB: Some renaming in DisplayMan
Diffstat (limited to 'engines/lab/intro.cpp')
| -rw-r--r-- | engines/lab/intro.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp index c739389425..e841eda210 100644 --- a/engines/lab/intro.cpp +++ b/engines/lab/intro.cpp @@ -99,7 +99,7 @@ void Intro::doPictText(const char *filename, TextFont *msgFont, bool isScreen) { int charDrawn = 0; if (isScreen) { - _vm->_graphics->setAPen(7); + _vm->_graphics->setPen(7); _vm->_graphics->rectFillScaled(10, 10, 310, 190); charDrawn = _vm->_graphics->flowTextScaled(msgFont, (!_vm->_isHiRes) * -1, 5, 7, false, false, true, true, 14, 11, 306, 189, (char *)curText); @@ -431,7 +431,7 @@ void Intro::introSequence() { nReadPict("SubX", true); if (_quitIntro) { - _vm->_graphics->setAPen(0); + _vm->_graphics->setPen(0); _vm->_graphics->rectFill(0, 0, _vm->_graphics->_screenWidth - 1, _vm->_graphics->_screenHeight - 1); _vm->_anim->_doBlack = true; } |
