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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Jun 4 20:08:46 CEST 2007


Revision: 27082
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27082&view=rev
Author:   thebluegr
Date:     2007-06-04 11:08:44 -0700 (Mon, 04 Jun 2007)

Log Message:
-----------
Properly define max text width in IHNM

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

Modified: scummvm/trunk/engines/saga/displayinfo.h
===================================================================
--- scummvm/trunk/engines/saga/displayinfo.h	2007-06-04 17:52:23 UTC (rev 27081)
+++ scummvm/trunk/engines/saga/displayinfo.h	2007-06-04 18:08:44 UTC (rev 27082)
@@ -279,7 +279,7 @@
 
 
 //TODO: ihnm
-#define IHNM_CONVERSE_MAX_TEXT_WIDTH (256 - 60)
+#define IHNM_CONVERSE_MAX_TEXT_WIDTH (485 - 8)
 #define IHNM_CONVERSE_TEXT_HEIGHT       10
 #define IHNM_CONVERSE_TEXT_LINES        10
 


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