--- 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