Cleanup: removed unneeded references to engine (_vm).

svn-id: r28826
This commit is contained in:
Nicola Mettifogo 2007-09-02 15:27:25 +00:00
parent 7909ce3986
commit af72280fb9
4 changed files with 52 additions and 57 deletions

View file

@ -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);