Quick hack for theater-specific artwork. Should probably be done better; editor support required.

This commit is contained in:
Paul Chote
2010-06-28 00:23:58 +12:00
parent 560c3ce5af
commit 15a72e893b
4 changed files with 179 additions and 14 deletions

View File

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