naming conventions (Pascals not camels)
This commit is contained in:
@@ -94,7 +94,7 @@ namespace OpenRa.Traits
|
||||
{
|
||||
if (e.DamageState == DamageState.Dead)
|
||||
{
|
||||
ScreenShaker.registerShakeEffect(10, self.Location.ToFloat2()*new float2(24, 24), 3);
|
||||
ScreenShaker.RegisterShakeEffect(10, self.Location.ToFloat2()*new float2(24, 24), 3);
|
||||
Sound.Play("kaboom22.aud");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user