add crane animation to Dune 2000 and Tiberian Sun

closes #3754
This commit is contained in:
Matthias Mailänder
2014-04-18 15:38:57 +02:00
parent bf4f58b5c7
commit 00ca5516fc
13 changed files with 167 additions and 34 deletions

View File

@@ -113,6 +113,9 @@ namespace OpenRA.Mods.RA
if (producer.Actor == null)
return;
foreach (var nbp in producer.Actor.TraitsImplementing<INotifyBuildingPlaced>())
nbp.BuildingPlaced(producer.Actor);
}
static int GetNumBuildables(Player p)