[Scummvm-cvs-logs] SF.net SVN: scummvm: [26579] scummvm/trunk/engines/parallaction/location. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Apr 23 19:08:19 CEST 2007


Revision: 26579
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26579&view=rev
Author:   peres001
Date:     2007-04-23 10:08:19 -0700 (Mon, 23 Apr 2007)

Log Message:
-----------
Tiny fix for missing text in slides.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/location.cpp

Modified: scummvm/trunk/engines/parallaction/location.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/location.cpp	2007-04-23 17:07:47 UTC (rev 26578)
+++ scummvm/trunk/engines/parallaction/location.cpp	2007-04-23 17:08:19 UTC (rev 26579)
@@ -279,6 +279,7 @@
 	_ax <<= 3;	// text width
 	uint16 _dx = (SCREEN_WIDTH - _ax) >> 1; // center text
 	_gfx->displayString(_dx, 14, _slideText[0]); // displays text on screen
+	_gfx->updateScreen();
 
 	waitUntilLeftClick();
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list