From bfbcc9f3e402f4b3180553374f6eeb8f7136808b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 4 Sep 2014 22:07:16 -0400 Subject: MADS: Fix text not showing at all for Quotes --- engines/mads/nebular/menu_nebular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp index d34f62a3c0..88453ecdba 100644 --- a/engines/mads/nebular/menu_nebular.cpp +++ b/engines/mads/nebular/menu_nebular.cpp @@ -673,6 +673,7 @@ void TextView::doFrame() { if (currTime < _scrollTimeout) return; _scrollTimeout = g_system->getMillis() + TEXT_ANIMATION_DELAY; + _redrawFlag = true; // If any panning values are set, pan the background surface if ((_pan.x != 0) || (_pan.y != 0)) { @@ -718,7 +719,6 @@ void TextView::doFrame() { // Flag for a full screen refresh scene._spriteSlots.fullRefresh(); - _redrawFlag = true; } // Scroll all active text lines up -- cgit v1.2.3