Fix FMV player widget display

This commit is contained in:
Paul Chote
2010-10-14 23:25:46 +13:00
parent 127cbf3f96
commit 185ba80e99
7 changed files with 48 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ using OpenRA.Mods.RA;
namespace OpenRA.Mods.Cnc
{
class Gdi01ScriptInfo : TraitInfo<Gdi01Script> { }
class Gdi01ScriptInfo : TraitInfo<Gdi01Script>, ITraitPrerequisite<OpenWidgetAtGameStartInfo> { }
class Gdi01Script: IWorldLoaded, ITick
{