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

CVS update: Vanilla



Date:	Friday October 1, 1999 @ 1:44
Author:	cameron

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

Modified Files:
	ChangeLog 
Log Message:
bug fix, sigsegv daemon

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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.50 Vanilla/ChangeLog:1.51
--- Vanilla/ChangeLog:1.50	Tue Sep 21 00:11:00 1999
+++ Vanilla/ChangeLog	Fri Oct  1 01:44:41 1999
@@ -1,3 +1,8 @@
+Fri Oct  1 16:38:06 1999  James Cameron  <quozl@us.netrek.org>
+
+	* ntserv/daemonII.c (beam): reference to me->p_ship.s_type instead of
+	to j->p_ship.s_type was causing SIGSEGV and total game cessation.
+
 Mon Sep 20 22:05:44 1999  Carlos Y. Villalpando  <unbelver@us.netrek.org>
 
 	* ntserv/redraw.c (auto_features): A check to see if target of
@@ -716,4 +721,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.50 1999/09/21 05:11:00 unbelver Exp $
+	$Id: ChangeLog,v 1.51 1999/10/01 06:44:41 cameron Exp $