Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs16:/tmp/cvs-serv17999/include

Modified Files:
	data.h 
Log Message:
Bug fix using = when should have used ==.
Added support for server feature packets TURN_KEYS
and SHOW_VISIBILITY_RANGE, client will only be allowed
to show visibility range on galactic if server allows it.  Same
with using keypad to turn ship.
Changed CHECK_PLANETS to send a request for a planet
cross-check at a rate of 10 planets/second, rather than
updating all planets at once.  Also, dashboard packet
lights will no longer show packet requests from CP_PLANET.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- data.h	18 Apr 2007 09:41:32 -0000	1.79
+++ data.h	23 Apr 2007 07:19:29 -0000	1.80
@@ -586,6 +586,8 @@
 extern int F_show_army_count;
 extern int F_show_other_speed;
 extern int F_show_cloakers;
+extern int F_turn_keys;
+extern int F_show_visibility_range;
 
 #ifdef RECORDGAME
 extern int F_many_self;