Fix a pile of compiler warnings.

This commit is contained in:
Paul Chote
2010-11-21 12:53:04 +13:00
parent 1461309dba
commit dba7335594
8 changed files with 7 additions and 20 deletions

View File

@@ -54,7 +54,7 @@ namespace OpenRA.Mods.RA
{
if (Captured && Permanent) return; // Permanent capture
var playersNear = CountPlayersNear(self, OriginalOwner, Range);
//var playersNear = CountPlayersNear(self, OriginalOwner, Range);
if (!Captured)
{