Date: Tuesday August 15, 2000 @ 17:42
Author: cameron
Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv7753/ntserv
Modified Files:
sysdefaults.h
Log Message:
Fixed typo for DOOSHER. Add SBPLANETS to gum, along with Glade upgrade to
version 0.5.9.
****************************************
Index: Vanilla/ntserv/sysdefaults.h
diff -u Vanilla/ntserv/sysdefaults.h:1.11 Vanilla/ntserv/sysdefaults.h:1.12
--- Vanilla/ntserv/sysdefaults.h:1.11 Tue Aug 15 05:16:28 2000
+++ Vanilla/ntserv/sysdefaults.h Tue Aug 15 17:42:44 2000
@@ -1,4 +1,4 @@
-/* $Id: sysdefaults.h,v 1.11 2000/08/15 10:16:28 xyzzy Exp $ */
+/* $Id: sysdefaults.h,v 1.12 2000/08/15 22:42:44 cameron Exp $ */
/* structure for default values that are represented as array of flags */
struct sysdef_array {
@@ -63,7 +63,7 @@
"Record warnings in log for post-game parsing" },
#endif /* CHECKMESG */
{ "DOOSHER", SYSDEF_INT, &doosher,
- "Invent a message when a armies die in flight" },
+ "Invent a message when armies die in flight" },
{ "CHECKSCUM", SYSDEF_INT, &check_scum,
"Check for multiple clients from same IP address" },
#ifdef CHAIN_REACTION