InfDeath -> DeathType renaming.
This commit is contained in:
@@ -160,7 +160,7 @@ namespace OpenRA.Mods.RA.Render
|
||||
|
||||
if (info.SpawnsCorpse)
|
||||
{
|
||||
SpawnCorpse(self, info.DeathAnimationPrefix + (e.Warhead.InfDeath));
|
||||
SpawnCorpse(self, info.DeathAnimationPrefix + (e.Warhead.DeathType));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user