Update of /cvsroot/netrek/client/netrekxp/include
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29905/include

Modified Files:
	packets.h 
Log Message:
Remove paradise warp beacons.  This was removed from paradise server
and client as well.
Set default update rate to 25.  Update rate of 50 has been observed to cause
problems on lower end systems or systems with multiple applications open.

Index: packets.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/packets.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- packets.h	8 Jun 2009 22:55:03 -0000	1.27
+++ packets.h	23 Jun 2009 22:18:02 -0000	1.28
@@ -1229,7 +1229,7 @@
    try to coordinate your additions with other hackers. */
 enum thingy_types {
     SHP_BLANK, SHP_MISSILE, SHP_BOOM, SHP_TORP, SHP_PLASMA, SHP_MINE,
-    SHP_PBOOM, SHP_FIGHTER, SHP_WARP_BEACON, SHP_FBOOM, SHP_DBOOM
+    SHP_PBOOM, SHP_FIGHTER, SHP_FBOOM, SHP_DBOOM
 };
 
 struct thingy_info_spacket {