Cleanup: removed unneeded references to engine (_vm).
svn-id: r28826
This commit is contained in:
parent
7909ce3986
commit
af72280fb9
4 changed files with 52 additions and 57 deletions
|
@ -108,7 +108,7 @@ void Parallaction_ns::freeFonts() {
|
|||
|
||||
void Parallaction_ns::renderLabel(Graphics::Surface *cnv, char *text) {
|
||||
|
||||
if (_vm->getPlatform() == Common::kPlatformAmiga) {
|
||||
if (getPlatform() == Common::kPlatformAmiga) {
|
||||
cnv->create(_labelFont->getStringWidth(text) + 16, 10, 1);
|
||||
|
||||
_labelFont->setColor(7);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue