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

Modified Files:
	generalconfig.html 
Log Message:
Changed default metaStatusLevel from 3 to 2, so as not to include timed out servers
New engine sound that replaces the old static-like engine sound, the sound file is still not used in normal gameplay though
Changed default beeplite settings to include highlighting and sound effects for carrying, take and escorting RCDs.
Fixed unnecessary reinitialization of metaping info for servers already found in server list
Moved all metaping IP lookup initialization into the main metaping thread

Index: generalconfig.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- generalconfig.html	12 Dec 2006 04:47:05 -0000	1.21
+++ generalconfig.html	21 Dec 2006 13:48:27 -0000	1.22
@@ -493,8 +493,8 @@
 	<ul>
 	<li><b>0</b> - list servers with players</li>
 	<li><b>1</b> - as 0 or with someone in queue</li>
-	<li><b>2</b> - as 1 or with nobody playing</li>
-	<li><b>3 (default)</b> - as 2 or timed out servers</li>
+	<li><b>2 (default)</b> - as 1 or with nobody playing</li>
+	<li><b>3</b> - as 2 or timed out servers</li>
 	<li><b>4</b> - as 3 or servers refusing connections</li>
 	</ul>
 </td>