[Scummvm-cvs-logs] SF.net SVN: scummvm: [29195] scummvm/trunk/engines/kyra/text_v2.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Oct 12 21:57:43 CEST 2007


Revision: 29195
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29195&view=rev
Author:   thebluegr
Date:     2007-10-12 12:57:43 -0700 (Fri, 12 Oct 2007)

Log Message:
-----------
Fix typo

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/text_v2.h

Modified: scummvm/trunk/engines/kyra/text_v2.h
===================================================================
--- scummvm/trunk/engines/kyra/text_v2.h	2007-10-12 19:15:59 UTC (rev 29194)
+++ scummvm/trunk/engines/kyra/text_v2.h	2007-10-12 19:57:43 UTC (rev 29195)
@@ -42,7 +42,7 @@
 	void restoreScreen();
 
 	char *preprocessString(const char *str);
-	void calcWidestLineBounds(int &x1, int &x1, int w, int x);
+	void calcWidestLineBounds(int &x1, int &x2, int w, int x);
 private:
 	KyraEngine_v2 *_vm;
 };


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