[Scummvm-cvs-logs] SF.net SVN: scummvm: [26537] scummvm/trunk/engines/lure/surface.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Tue Apr 17 05:47:53 CEST 2007


Revision: 26537
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26537&view=rev
Author:   dreammaster
Date:     2007-04-16 20:47:47 -0700 (Mon, 16 Apr 2007)

Log Message:
-----------
Bugfix to have multiple savegame names list vertically

Modified Paths:
--------------
    scummvm/trunk/engines/lure/surface.cpp

Modified: scummvm/trunk/engines/lure/surface.cpp
===================================================================
--- scummvm/trunk/engines/lure/surface.cpp	2007-04-16 22:10:45 UTC (rev 26536)
+++ scummvm/trunk/engines/lure/surface.cpp	2007-04-17 03:47:47 UTC (rev 26537)
@@ -670,7 +670,7 @@
 
 	// Write out any existing save names
 	for (index = 0; index < numSaves; ++index)
-		s->writeString(DIALOG_EDGE_SIZE, SR_SAVEGAME_NAMES_Y, saveNames[index]->c_str(), true);
+		s->writeString(DIALOG_EDGE_SIZE, SR_SAVEGAME_NAMES_Y + (index * 8), saveNames[index]->c_str(), true);
 
 	// Display the dialog
 	s->copyTo(&screen.screen(), SAVE_DIALOG_X, SAVE_DIALOG_Y);


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