From 9894976adebb0d7004d4b0171ab5d64a949e8656 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Mon, 10 Dec 2018 19:12:18 +0100 Subject: PINK: Push down the advanced detector include So the whole engine is not rebuilt when making changes to shared code. --- engines/pink/objects/actions/action_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pink/objects/actions/action_text.cpp') diff --git a/engines/pink/objects/actions/action_text.cpp b/engines/pink/objects/actions/action_text.cpp index ea7d486327..a5b97b10c2 100644 --- a/engines/pink/objects/actions/action_text.cpp +++ b/engines/pink/objects/actions/action_text.cpp @@ -90,7 +90,7 @@ void ActionText::start() { _txtWnd->move(_xLeft, _yTop); _txtWnd->resize(_xRight - _xLeft, _yBottom - _yTop); - if (_actor->getPage()->getGame()->getGameDesc().language == Common::EN_ANY) + if (_actor->getPage()->getGame()->getLanguage() == Common::EN_ANY) _txtWnd->appendText(str, font); } else { director->addTextAction(this); -- cgit v1.2.3