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

CVS update: Vanilla/ntserv



Date:	Sunday May 28, 2000 @ 8:31
Author:	jeffno

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

Modified Files:
	sysdefaults.h 
Log Message:
Added GALACTIC_SMOOTH sysdef option for hockey.

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

Index: Vanilla/ntserv/sysdefaults.h
diff -u Vanilla/ntserv/sysdefaults.h:1.8 Vanilla/ntserv/sysdefaults.h:1.9
--- Vanilla/ntserv/sysdefaults.h:1.8	Tue May 23 20:16:31 2000
+++ Vanilla/ntserv/sysdefaults.h	Sun May 28 08:31:12 2000
@@ -1,4 +1,4 @@
-/* 	$Id: sysdefaults.h,v 1.8 2000/05/24 01:16:31 jeffno Exp $	 */
+/* 	$Id: sysdefaults.h,v 1.9 2000/05/28 13:31:12 jeffno Exp $	 */
 
 /* structure for default values that are represented as array of flags */
 struct sysdef_array {
@@ -158,6 +158,8 @@
 #endif
   { "HOCKEY",		SYSDEF_ROBOT,	(void *) PUCK_ROBOT,
     "Enable Puck (hockey) robot on startup" },
+  { "GALACTIC_SMOOTH",	SYSDEF_INT,	&galactic_smooth,
+    "Cause galactic to be updated at same rate as tactical" },
   { "INL",		SYSDEF_ROBOT,	(void *) INL_ROBOT,
     "Enable INL (league) robot on startup" },
   { "INL_RECORD",	SYSDEF_INT,	&inl_record,