Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27391/include

Modified Files:
	data.h 
Log Message:
New netrekrc option "showOtherSpeed: (on)/off" to show speed next to other
players, only works if server has the new feature packet SHOW_OTHER_SPEED
on.
Changed showArmy option to be a range (0-3), to take advantage of new server
feature packet SHOW_ARMY_COUNT.  Can draw army counts on either local,
galactic, or both.
Noted the outdated comment regarding planet flicker when ships pick armies,
and flagged planets that pop as needing redraw if SHOW_ARMY_COUNT is
enabled.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- data.h	2 Apr 2007 21:12:41 -0000	1.67
+++ data.h	3 Apr 2007 00:36:32 -0000	1.68
@@ -150,6 +150,7 @@
 extern int SBhours;
 
 extern int showMySpeed;
+extern int showOtherSpeed;
 
 #ifdef JUBILEE_PHASERS
 extern int colorfulPhasers;
@@ -574,6 +575,8 @@
 extern int F_sp_generic_32;
 extern int F_full_direction_resolution;
 extern int F_full_weapon_resolution;
+extern int F_show_army_count;
+extern int F_show_other_speed;
 
 #ifdef RECORDGAME
 extern int F_many_self;