TWINE: use TextId constants

This commit is contained in:
Martin Gerhardy 2020-12-28 22:53:13 +01:00
parent 67dd46a071
commit 3bc2447e44
2 changed files with 4 additions and 4 deletions

View file

@ -1610,7 +1610,7 @@ static int32 lMESSAGE_SENDELL(TwinEEngine *engine, LifeScriptContext &ctx) {
engine->_text->drawTextBoxBackground = false;
const bool tmpFlagDisplayText = engine->cfgfile.FlagDisplayText;
engine->cfgfile.FlagDisplayText = true;
engine->_text->drawTextFullscreen(6);
engine->_text->drawTextFullscreen(TextId::kSendell);
engine->_text->drawTextBoxBackground = true;
engine->_text->textClipSmall();
engine->_screens->fadeToBlack(engine->_screens->paletteRGBACustom);