hedgewars/hwengine.pas
changeset 9249 7b8c82785145
parent 9080 9b42757d7e71
child 9280 c3b11f913145
--- a/hedgewars/hwengine.pas	Sun Jun 23 13:35:26 2013 -0400
+++ b/hedgewars/hwengine.pas	Sun Jun 23 17:11:29 2013 -0400
@@ -401,7 +401,7 @@
 
     isDeveloperMode:= false;
     TryDo(InitStepsFlags = cifAllInited, 'Some parameters not set (flags = ' + inttostr(InitStepsFlags) + ')', true);
-    ParseCommand('rotmask', true);
+    //ParseCommand('rotmask', true);
 
 {$IFDEF USE_VIDEO_RECORDING}
     if GameType = gmtRecord then
@@ -533,6 +533,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 begin
     preInitEverything();
+    cTagsMask:= htTeamName or htName or htHealth; // this one doesn't fit nicely w/ reset of other variables. suggestions welcome
     GetParams();
 
     if GameType = gmtLandPreview then