[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.40,1.41

Eugene Sandulenko sev at users.sourceforge.net
Mon Jan 16 10:28:24 CET 2006


Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32329/tools

Modified Files:
	credits.pl 
Log Message:
Joachim happened to have his name wider than 15 characters. Fixing


Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- credits.pl	16 Jan 2006 13:28:18 -0000	1.40
+++ credits.pl	16 Jan 2006 18:25:29 -0000	1.41
@@ -642,7 +642,7 @@
 
 
   # HACK!
-  $max_name_width = 15;
+  $max_name_width = 16;
 
   begin_section("Special thanks to");
     begin_persons();





More information about the Scummvm-git-logs mailing list