diff -r e8cf72d0e0f7 -r 0e04504bc140 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Sep 27 16:55:49 2007 +0000 +++ b/hedgewars/uConsts.pas Sat Sep 29 16:39:21 2007 +0000 @@ -115,7 +115,7 @@ cTransparentColor: Longword = $000000; - cMaxTeams = 6; + cMaxTeams = 6; cMaxHHIndex = 7; cMaxHHs = 30; cMaxSpawnPoints = 1024; @@ -135,9 +135,8 @@ cMaxCaptions = 4; - cInactDelay = 1500; - gfForts = $00000001; + gfMultiWeapon = $00000002; gfOneClanMode = $10000000; gstDrowning = $00000001;