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

CVS update: Vanilla/ntserv



Date:	Thursday January 6, 19100 @ 14:50
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv2975

Modified Files:
	genspkt.c 
Log Message:



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

Index: Vanilla/ntserv/genspkt.c
diff -u Vanilla/ntserv/genspkt.c:1.10 Vanilla/ntserv/genspkt.c:1.11
--- Vanilla/ntserv/genspkt.c:1.10	Thu Jan  6 14:48:41 2000
+++ Vanilla/ntserv/genspkt.c	Thu Jan  6 14:50:38 2000
@@ -1390,6 +1390,8 @@
 	 *  he does.
 	 * Also send him info on every fifth cycle if the planet needs to
 	 *  be redrawn.
+	 * Indi sees all planets.  New joiners are indi, but x and y 
+	 *  are negative for new joiners. Don't want to send them all info.
 	 */
 	if ((me->p_x > 0) && (me->p_y > 0) && (me->p_team == NOBODY) ) {
 	    sndPlanet(pl, plan, UPDT_ALL);