r3362 - packages/trunk/teg/debian/patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu Jul 12 07:07:47 UTC 2007


Author: goneri-guest
Date: 2007-07-12 07:07:47 +0000 (Thu, 12 Jul 2007)
New Revision: 3362

Modified:
   packages/trunk/teg/debian/patches/avoid_two_identical_country.diff
Log:
fix the patch


Modified: packages/trunk/teg/debian/patches/avoid_two_identical_country.diff
===================================================================
--- packages/trunk/teg/debian/patches/avoid_two_identical_country.diff	2007-07-11 22:20:45 UTC (rev 3361)
+++ packages/trunk/teg/debian/patches/avoid_two_identical_country.diff	2007-07-12 07:07:47 UTC (rev 3362)
@@ -1,8 +1,8 @@
 Index: teg-0.11.2/server/play.c
 ===================================================================
---- teg-0.11.2.orig/server/play.c	2007-07-11 08:47:29.000000000 +0200
-+++ teg-0.11.2/server/play.c	2007-07-11 08:48:11.000000000 +0200
-@@ -1009,10 +1009,12 @@
+--- teg-0.11.2.orig/server/play.c	2007-07-12 07:14:47.000000000 +0000
++++ teg-0.11.2/server/play.c	2007-07-12 07:16:21.000000000 +0000
+@@ -1009,10 +1009,11 @@
  
  	canj_ejer = cuantos_x_canje( pJ->tot_exchanges );
  
@@ -10,7 +10,7 @@
 +	/* quitarle las tarjetas al player | mark the cards as unused*/
  	tarjeta_poner( &g_countries[t1].tarjeta );
  	tarjeta_poner( &g_countries[t2].tarjeta );
- 	tarjeta_poner( &g_countries[t2].tarjeta );
+-	tarjeta_poner( &g_countries[t2].tarjeta );
 +	tarjeta_poner( &g_countries[t3].tarjeta );
 +
  




More information about the Pkg-games-commits mailing list