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

Modified Files:
	generalconfig.html 
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: generalconfig.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- generalconfig.html	1 Apr 2007 10:11:36 -0000	1.44
+++ generalconfig.html	3 Apr 2007 00:36:32 -0000	1.45
@@ -1058,11 +1058,13 @@
 </tr>
 <tr>
 <td><code><b>showArmy</b></code></td>
-<td>Show army count of planet you are orbiting (or locked on as observer)</td>
+<td>Show army count next to planets</td>
 <td>
 	<ul>
-	<li><b>on (default)</b></li>
-	<li><b>off</b></li>
+	<li><b>0<b> - don't show army counts</li>
+	<li><b>1 (default)</b> - show army counts on local map only</li>
+	<li><b>2</b> - show army counts on galactic map only</li>
+	<li><b>3</b> - show army counts on both maps</li>
 	</ul>
 </td>
 </tr>
@@ -1143,8 +1145,18 @@
 <td>Show your ship speed on tactical</td>
 <td>
 	<ul>
-	<li><b>on</b></li>
-	<li><b>off (default)</b></li>
+	<li><b>on (default)</b></li>
+	<li><b>off</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
+<td><code><b>showOtherSpeed</b></code></td>
+<td>Show other ship's speed on tactical</td>
+<td>
+	<ul>
+	<li><b>on (default)</b></li>
+	<li><b>off</b></li>
 	</ul>
 </td>
 </tr>