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

CVS update: Vanilla/ntserv



Date:	Friday March 5, 1999 @ 19:20
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv7018/ntserv

Modified Files:
	sysdefaults.c 
Log Message:
remove iggy from INL pregame

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

Index: Vanilla/ntserv/sysdefaults.c
diff -u Vanilla/ntserv/sysdefaults.c:1.8 Vanilla/ntserv/sysdefaults.c:1.9
--- Vanilla/ntserv/sysdefaults.c:1.8	Wed Feb 17 19:30:01 1999
+++ Vanilla/ntserv/sysdefaults.c	Fri Mar  5 19:20:53 1999
@@ -1,4 +1,7 @@
 /* $Log: sysdefaults.c,v $
+/* Revision 1.9  1999/03/06 01:20:53  cameron
+/* remove iggy from INL pregame
+/*
 /* Revision 1.8  1999/02/18 01:30:01  cameron
 /* fix defaults for reality
 /*
@@ -192,15 +195,16 @@
 
 #ifdef BASEPRACTICE
     if (start_robot == BASEP_ROBOT) {
-	binconfirm=0;      /* allow robots to join */
-	sbrank=0;          /* no SB restriction */
-	check_scum=0;
+      binconfirm=0;	/* allow robots to join	*/
+      sbrank=0;		/* no SB restriction	*/
+      check_scum=0;
     }
 #endif
 
     if (start_robot == INL_ROBOT) {
       tournplayers=1;
-      sbrank=0;				/* no SB restriction		*/
+      sbrank=0;		/* no SB restriction		*/
+      killer=0;		/* disable iggy for game	*/
     }
 
     /* convert frequencies to cycle times (microseconds) and skip counts */