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

Modified Files:
	local.c socket.c 
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: local.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/local.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- local.c	9 Jun 2009 01:23:01 -0000	1.121
+++ local.c	23 Jun 2009 22:18:03 -0000	1.122
@@ -2807,18 +2807,7 @@
     case SHP_MINE:
     case SHP_BOOM:
 */
-/*
-    case SHP_WARP_BEACON:
-	image = getImage(I_WARPBEACON);
-	frame = udcounter;
-	if (k->t_fuse > 4) {
-	    image = getImage(I_WARPFLASH);
-	}
-	if (++(k->t_fuse) > 6) {
-	    k->t_fuse = 0;
-	}
-	break;
-*/
+
     default:
         LineToConsole("Wierd...unknown thingy number (%d).\n", k->t_shape);
 	return;

Index: socket.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/socket.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- socket.c	10 Jun 2009 23:25:44 -0000	1.75
+++ socket.c	23 Jun 2009 22:18:03 -0000	1.76
@@ -3387,9 +3387,6 @@
                       GWIDTH / 2);
     }
 #endif
-
-    if (thetorp->t_shape == SHP_WARP_BEACON)
-	redrawall = 1;		// shoot, route has changed 
 }
 
 void handleThingyInfo (struct thingy_info_spacket *packet)
@@ -3408,9 +3405,6 @@
 
     thetorp->t_owner = ntohs(packet->owner);
 
-    if (thetorp->t_shape == SHP_WARP_BEACON)
-	redrawall = 1;		// redraw the lines, I guess
-
     if (ntohs(packet->shape) == SHP_BOOM && thetorp->t_shape == SHP_BLANK) {
 	// FAT: redundant explosion; don't update p_ntorp
 	// LineToConsole("texplode ignored\n");