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

[VANILLA-L:1504] Re: [VANILLA-L:1493] Re: [VANILLA-L:1492] Vanilla2.9pl1



Mikael Sandstr|m wrote:
> IF I change defupdate=10 it makes the server run in a very fast mode,
> 2,3 times as fast as it should.

Fixed in CVS.  Patch attached.

-- 
James Cameron                                      (cameron@stl.dec.com)

OpenVMS, Linux, Firewalls, Software Engineering, CGI, HTTP, X, C, FORTH,
COBOL, BASIC, DCL, csh, bash, ksh, sh, Electronics, Microcontrollers,
Disability Engineering, Netrek, Bicycles, Pedant, Farming, Home Control,
Remote Area Power, Greek Scholar, Tenor Vocalist, Church Sound, Husband.

"Specialisation is for insects." -- Robert Heinlein.
? ntserv
? daemonII
? tmp.tmp
? daemonII.c.test
? sysdefaults.c.patch
Index: sysdefaults.c
===================================================================
RCS file: /home/netrek/cvsroot/Vanilla/ntserv/sysdefaults.c,v
retrieving revision 1.7
diff -c -r1.7 sysdefaults.c
*** sysdefaults.c	1999/02/15 10:03:58	1.7
--- sysdefaults.c	1999/02/18 01:29:34
***************
*** 98,103 ****
--- 98,107 ----
      twarpMode = 0;
      twarpSpeed = 60;
  #endif
+     reality = 10;
+     minskip = 10;
+     maxskip = 1;
+     defskip = 5;
      start_robot = NO_ROBOT;
      strcpy(Motd,N_MOTD);