Converts InfDeath from integer to string.

Wire up updated DeathSounds for all mods.
This commit is contained in:
reaperrr
2014-05-09 01:14:42 +02:00
parent 12b3bc37f3
commit 98e48ae991
25 changed files with 193 additions and 72 deletions

View File

@@ -134,7 +134,7 @@ namespace OpenRA.Mods.RA.Render
if (info.SpawnsCorpse)
{
SpawnCorpse(self, "die{0}".F(e.Warhead.InfDeath));
SpawnCorpse(self, "die" + (e.Warhead.InfDeath));
}
}