removed all the sound junk from Game; removed spurious loose files

This commit is contained in:
Chris Forbes
2009-12-05 18:27:00 +13:00
parent 522bf234b8
commit 3ff9c2383a
20 changed files with 124 additions and 1674 deletions

View File

@@ -1,5 +1,4 @@
using IjwFramework.Types;
using OpenRa.Game.GameRules;
using OpenRa.Game.GameRules;
using OpenRa.Game.Traits;
namespace OpenRa.Game
@@ -8,7 +7,6 @@ namespace OpenRa.Game
{
bool[,] blocked = new bool[128, 128];
Actor[,] influence = new Actor[128, 128];
static readonly Pair<Actor, float> NoClaim = Pair.New((Actor)null, float.MaxValue);
public BuildingInfluenceMap()
{