Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/robots



Date:	Wednesday July 14, 1999 @ 20:01
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla/robots
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv12234

Modified Files:
	inl.c 
Log Message:

Removing snippet Ahn said I goofed on.

--Carlos V.



****************************************

Index: Vanilla/robots/inl.c
diff -u Vanilla/robots/inl.c:1.23 Vanilla/robots/inl.c:1.24
--- Vanilla/robots/inl.c:1.23	Thu Jul  8 15:31:20 1999
+++ Vanilla/robots/inl.c	Wed Jul 14 20:01:37 1999
@@ -1,7 +1,7 @@
-/* 	$Id: inl.c,v 1.23 1999/07/08 20:31:20 unbelver Exp $	 */
+/* 	$Id: inl.c,v 1.24 1999/07/15 01:01:37 unbelver Exp $	 */
 
 #ifndef lint
-static char vcid[] = "$Id: inl.c,v 1.23 1999/07/08 20:31:20 unbelver Exp $";
+static char vcid[] = "$Id: inl.c,v 1.24 1999/07/15 01:01:37 unbelver Exp $";
 #endif /* lint */
 
 /*
@@ -683,13 +683,6 @@
     /* 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;
 
     gettimeofday(&tv, (struct timezone *) 0);