Fix breathing sound

install-platforms
Mark 2017-07-27 21:51:07 +02:00
parent 7f30f4d971
commit 3fcee70f60
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ protected func Destruction(...)
protected func DeepBreath()
{
Sound("Breath");
Sound("Clonk::Action::Breathing");
}
public func Incineration()