r9834 - packages/trunk/ceferino/debian/patches

Roland Clobus rclobus-guest at alioth.debian.org
Tue Jun 9 11:28:51 UTC 2009


Author: rclobus-guest
Date: 2009-06-09 11:28:50 +0000 (Tue, 09 Jun 2009)
New Revision: 9834

Added:
   packages/trunk/ceferino/debian/patches/06_show_loading_of_font_at_right_time.patch
Modified:
   packages/trunk/ceferino/debian/patches/series
Log:
Show message about loading the font before the number of characters are reported


Added: packages/trunk/ceferino/debian/patches/06_show_loading_of_font_at_right_time.patch
===================================================================
--- packages/trunk/ceferino/debian/patches/06_show_loading_of_font_at_right_time.patch	                        (rev 0)
+++ packages/trunk/ceferino/debian/patches/06_show_loading_of_font_at_right_time.patch	2009-06-09 11:28:50 UTC (rev 9834)
@@ -0,0 +1,20 @@
+diff -u ceferino-0.97.8.orig/src/fuente2.cc ceferino-0.97.8/src/fuente2.cc
+--- ceferino-0.97.8.orig/src/fuente2.cc	2009-05-05 18:59:27.000000000 +0200
++++ ceferino-0.97.8/src/fuente2.cc	2009-05-05 19:00:48.000000000 +0200
+@@ -35,6 +35,7 @@
+ {
+ 	char ruta [1024] = DATADIR "/ima/fuente_2.png";
+ 
++	printf (_("+ Loading: %s\n"), ruta);
+ 	ima = IMG_Load (ruta);
+ 
+ 	if (ima == NULL)
+@@ -57,8 +58,6 @@
+ 	letras = 0;
+ 
+ 	cargar_identificar_recs ();
+-	
+-	printf (_("+ Loading: %s\n"), ruta);
+ }
+ 
+ 

Modified: packages/trunk/ceferino/debian/patches/series
===================================================================
--- packages/trunk/ceferino/debian/patches/series	2009-06-09 11:20:51 UTC (rev 9833)
+++ packages/trunk/ceferino/debian/patches/series	2009-06-09 11:28:50 UTC (rev 9834)
@@ -2,3 +2,4 @@
 03_english_texts.patch
 04_align_high_scores.patch
 05_force_latin1.patch
+06_show_loading_of_font_at_right_time.patch




More information about the Pkg-games-commits mailing list