Add Great Shot!' and Map theme' scores. Use Map theme for the shellmap. Fixes #913.

This commit is contained in:
Paul Chote
2011-06-25 13:32:12 +12:00
parent fabb89f4da
commit 016a082a76
3 changed files with 5 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA
{
class CncShellmapScriptInfo : ITraitInfo
{
public string Music = "otp";
public string Music = "map1";
public object Create(ActorInitializer init) { return new CncShellmapScript(this); }
}