remove bogus tab

This commit is contained in:
Matthias Mailänder
2014-08-24 11:35:27 +02:00
parent 44441bf20e
commit 52de40f252

View File

@@ -161,7 +161,7 @@ namespace OpenRA.Mods.RA.Render
if (info.SpawnsCorpse)
{
SpawnCorpse(self, info.DeathAnimationPrefix + (e.Warhead.DeathType));
}
}
}
public void SpawnCorpse(Actor self, string sequence)