Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/robots



Date:	Saturday May 27, 2000 @ 2:46
Author:	jeffno

Update of /home/netrek/cvsroot/Vanilla/robots
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv8460

Modified Files:
	puckmove.c 
Log Message:
Default to longame (more hockey, less end of period).

****************************************

Index: Vanilla/robots/puckmove.c
diff -u Vanilla/robots/puckmove.c:1.4 Vanilla/robots/puckmove.c:1.5
--- Vanilla/robots/puckmove.c:1.4	Sat May 27 02:44:24 2000
+++ Vanilla/robots/puckmove.c	Sat May 27 02:46:25 2000
@@ -90,7 +90,7 @@
 int faceoff = FACEOFF;		/* "faceoff" mode */
 int period = 1;
 int roboclock = 0;
-int short_game = 1;   /* 0 = long game, 1 = short game */
+int short_game = 0;   /* 0 = long game, 1 = short game */
 
 #define MESSFUSEVAL 50*PERSEC
 static int messfuse = MESSFUSEVAL;