smite some more compile warnings (amended to add minimap changes)

This commit is contained in:
alzeih
2010-07-11 19:09:11 +12:00
committed by Paul Chote
parent 7d18937415
commit dc1e36f653
10 changed files with 6 additions and 24 deletions

View File

@@ -154,7 +154,7 @@ namespace OpenRA
world = new World(manifest, map);
Timer.Time("world: {0}");
SequenceProvider.Initialize(manifest.Sequences, map.Theater);
SequenceProvider.Initialize(manifest.Sequences);
Timer.Time("ChromeProv, SeqProv: {0}");
chrome = new Chrome(renderer, manifest);