[Xbubble-commits] xbubble-sdl/src xbubble.c,1.8,1.9

Martin Quinson mquinson at alioth.debian.org
Fri Sep 15 09:51:29 UTC 2006


Update of /cvsroot/xbubble/xbubble-sdl/src
In directory haydn:/tmp/cvs-serv7104

Modified Files:
	xbubble.c 
Log Message:
Start with first level

Index: xbubble.c
===================================================================
RCS file: /cvsroot/xbubble/xbubble-sdl/src/xbubble.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xbubble.c	14 Sep 2006 12:35:41 -0000	1.8
+++ xbubble.c	15 Sep 2006 09:51:27 -0000	1.9
@@ -22,7 +22,7 @@
   levels_t levels = levels_load("levels.txt");
   ruleset_t ruleset = DEFAULT_RULE_SET;
   game_t game = game_new(game_mode_single, &ruleset, theme, zoom, 
-			 levels_get_colors(levels, 1),
+			 levels_get_colors(levels, 0),
 			 1,
 			 NULL,opponent_very_easy);
 




More information about the Xbubble-commits mailing list