[Scummvm-cvs-logs] SF.net SVN: scummvm: [27084] scummvm/trunk/engines/saga/displayinfo.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Jun 4 21:29:29 CEST 2007


Revision: 27084
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27084&view=rev
Author:   thebluegr
Date:     2007-06-04 12:29:28 -0700 (Mon, 04 Jun 2007)

Log Message:
-----------
Fixed incorrect placing of converse information for IHNM. Dialog options should work in IHNM now, although they're still not placed properly

Modified Paths:
--------------
    scummvm/trunk/engines/saga/displayinfo.h

Modified: scummvm/trunk/engines/saga/displayinfo.h
===================================================================
--- scummvm/trunk/engines/saga/displayinfo.h	2007-06-04 19:00:41 UTC (rev 27083)
+++ scummvm/trunk/engines/saga/displayinfo.h	2007-06-04 19:29:28 UTC (rev 27084)
@@ -377,11 +377,10 @@
 	ARRAYSIZE(IHNM_MainPanelButtons),
 	IHNM_MainPanelButtons,
 
-	-1, -1,		// converse Up & Down button indexies
-
 	IHNM_CONVERSE_MAX_TEXT_WIDTH,
 	IHNM_CONVERSE_TEXT_HEIGHT,
 	IHNM_CONVERSE_TEXT_LINES,
+	-1, -1,		// converse Up & Down button indexies
 	0, 328,		// converse panel offsets
 	ARRAYSIZE(IHNM_ConversePanelButtons),
 	IHNM_ConversePanelButtons,


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