Kill crufty makefile warnings

This commit is contained in:
Paul Chote
2010-04-11 21:35:41 +12:00
committed by Chris Forbes
parent 6cf4692023
commit 21ee783521
9 changed files with 4 additions and 26 deletions

View File

@@ -33,7 +33,6 @@ namespace OpenRA
bool dirty = true;
bool disabled = false;
Player owner;
Map map;
public Rectangle? bounds { get { return shroud.exploredBounds; } }
@@ -41,7 +40,6 @@ namespace OpenRA
public ShroudRenderer(Player owner, Map map)
{
this.shroud = owner.World.WorldActor.traits.Get<Traits.Shroud>();
this.owner = owner;
this.map = map;
sprites = new Sprite[map.MapSize.X, map.MapSize.Y];