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

CVS update: Vanilla/ntserv



Date:	Tuesday September 21, 1999 @ 0:02
Author:	unbelver

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

Modified Files:
	interface.c 
Log Message:
        * ntserv/interface.c (do_refit): do_refit sent new p_ship.s_type
        to player, but never changed ship type in player struct.

--Carlos V.



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

Index: Vanilla/ntserv/interface.c
diff -u Vanilla/ntserv/interface.c:1.3 Vanilla/ntserv/interface.c:1.4
--- Vanilla/ntserv/interface.c:1.3	Fri May 28 08:35:07 1999
+++ Vanilla/ntserv/interface.c	Tue Sep 21 00:02:24 1999
@@ -572,6 +572,7 @@
     me->p_wtime = 0;
     me->p_etemp = 0;
     me->p_etime = 0;
+    me->p_ship.s_type = type;
     if (type == STARBASE) {
 	me->p_docked = 0;
 	for (i=0; i<4; i++) me->p_port[i] = VACANT;