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

Modified Files:
	generalconfig.html 
Log Message:
New option autoRotate to make it so teams are always on left hand side of galaxy.  Upon
entering game, a new function, rotateTeams(), is called if autoRotate is set.  It aligns the 
teams so they are on the left side of map, then calls a new function, rotateGalaxy(), to perform
the galactic rotation.  This function is placed in rotate.c and is the code formerly in option.c
to perform galaxy rotations via the options menu (this method still works).
Fix so geno bitmap doesn't get overwritten by MOTD if window is minimized/moved.

Index: generalconfig.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- generalconfig.html	21 Feb 2007 11:43:38 -0000	1.24
+++ generalconfig.html	21 Feb 2007 15:17:05 -0000	1.25
@@ -51,6 +51,16 @@
 <td><b>integer</b><br>default: 60</td>
 </tr>
 <tr>
+<td><code><b>autoRotate</b></code></td>
+<td>Automatically rotate galaxy so teams are on left side of map</td>
+<td>
+	<ul>
+	<li><b>on</b></li>
+	<li><b>off (default)</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
 <td><code><b>baseUdpLocalPort</b></code></td>
 <td>Base port for UDP connections</td>
 <td><b>integer</b><br>default: 0</td>