Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS update: Vanilla/robots
Date: Thursday July 8, 1999 @ 15:31
Author: unbelver
Update of /home/netrek/cvsroot/Vanilla/robots
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv10719
Modified Files:
inl.c
Log Message:
--Calros V.
****************************************
Index: Vanilla/robots/inl.c
diff -u Vanilla/robots/inl.c:1.22 Vanilla/robots/inl.c:1.23
--- Vanilla/robots/inl.c:1.22 Thu Jul 8 14:40:40 1999
+++ Vanilla/robots/inl.c Thu Jul 8 15:31:20 1999
@@ -1,7 +1,7 @@
-/* $Id: inl.c,v 1.22 1999/07/08 19:40:40 unbelver Exp $ */
+/* $Id: inl.c,v 1.23 1999/07/08 20:31:20 unbelver Exp $ */
#ifndef lint
-static char vcid[] = "$Id: inl.c,v 1.22 1999/07/08 19:40:40 unbelver Exp $";
+static char vcid[] = "$Id: inl.c,v 1.23 1999/07/08 20:31:20 unbelver Exp $";
#endif /* lint */
/*
@@ -33,6 +33,7 @@
#include "inldefs.h"
#include INC_STRINGS
#include "proto.h"
+#include "ltd_stats.h"
int debug=0;
@@ -681,6 +682,13 @@
/* and make everybody re-join */
obliterate(1, TOURNEND);
+
+#ifdef LTD_STATS
+ for (c = 0; c < MAXPLAYER; c++)
+ {
+ ltd_update_deaths(&players[c], NULL);
+ }
+#endif
status->tourn = 0;