[Scummvm-cvs-logs] SF.net SVN: scummvm: [23307] scummvm/trunk/graphics/font.cpp

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Sun Jun 25 03:19:43 CEST 2006


Revision: 23307
Author:   vinterstum
Date:     2006-06-24 18:19:34 -0700 (Sat, 24 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23307&view=rev

Log Message:
-----------
Fixes a warning with VC++ 2005 Express.

Modified Paths:
--------------
    scummvm/trunk/graphics/font.cpp
Modified: scummvm/trunk/graphics/font.cpp
===================================================================
--- scummvm/trunk/graphics/font.cpp	2006-06-25 01:12:28 UTC (rev 23306)
+++ scummvm/trunk/graphics/font.cpp	2006-06-25 01:19:34 UTC (rev 23307)
@@ -331,7 +331,7 @@
 	long ofs = 0;
 	int maxwidth = 0;
 	int i, k, encoding = 0, width = 0;
-	int bbw, bbh = 0, bbx = 0, bby = 0;
+	int bbw = 0, bbh = 0, bbx = 0, bby = 0;
 	int proportional = 0;
 	int need_bbx = 0;
 	int encodetable = 0;


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