Update patch for src/server/main.c:1.29,include/prototypes.h:1.61 and

src/lib/commands/laun.c:1.9.  No functional changes.
This commit is contained in:
Marc Olzheim 2004-12-21 13:19:29 +00:00
parent cf37a9f2f6
commit c705b7a674

View 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);