]> git.pond.sub.org Git - empserver/commitdiff
Update patch for src/server/main.c:1.29,include/prototypes.h:1.61 and
authorMarc Olzheim <marcolz@stack.nl>
Tue, 21 Dec 2004 13:19:29 +0000 (13:19 +0000)
committerMarc Olzheim <marcolz@stack.nl>
Tue, 21 Dec 2004 13:19:29 +0000 (13:19 +0000)
src/lib/commands/laun.c:1.9.  No functional changes.

src/scripts/nightly/patches/All/prng.patch

index d0fdb0e3f126e20db9a85d0016a54992ca7a5c08..261cfd0c4138db644adccea9ff1a9f49d6bcaf24 100644 (file)
@@ -19,7 +19,7 @@ Index: empserver/include/damage.h
 Index: empserver/include/prototypes.h
 --- empserver/include/prototypes.h     16 May 2004 14:19:38 -0000      1.45
 +++ empserver/include/prototypes.h     20 Jun 2004 15:14:59 -0000
-@@ -219,6 +219,9 @@
+@@ -224,6 +224,9 @@
  #ifdef NOSTRDUP
  extern char *strdup(char *x);
  #endif
@@ -44,7 +44,7 @@ Index: empserver/src/lib/commands/anti.c
 Index: empserver/src/lib/commands/laun.c
 --- empserver/src/lib/commands/laun.c  28 Feb 2004 17:44:02 -0000      1.3
 +++ empserver/src/lib/commands/laun.c  20 Jun 2004 15:15:01 -0000
-@@ -423,7 +423,7 @@
+@@ -420,7 +420,7 @@
      }
      i = pp->pln_tech + pp->pln_effic;
      if (chance(1.0 - (i / (i + 50.0)))) {
@@ -453,7 +453,7 @@ Index: empserver/src/lib/gen/chance.c
 Index: empserver/src/server/main.c
 --- empserver/src/server/main.c        4 Apr 2004 14:20:30 -0000       1.12
 +++ empserver/src/server/main.c        20 Jun 2004 17:38:12 -0000
-@@ -204,7 +204,7 @@
+@@ -283,7 +283,7 @@
  #endif /* POSIXSIGNALS */
  #endif /* _WIN32 */
      empth_init((char **)&player, flags);