+ Fire sound

rope
Felix Wagner 2012-05-11 18:32:21 +01:00
parent 8e745134f2
commit 63be80a1f8
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -28,6 +28,7 @@ HerbertBoland - WoodHit* (http://www.freesound.org/people/HerbertBoland/sounds/3
Erdie - LightMetalHit1 (http://www.freesound.org/people/Erdie/sounds/27826/)
Anton - DullWoodHit1 (http://www.freesound.org/people/Anton/sounds/1257/)
CGEffex - Inflame (http://www.freesound.org/people/CGEffex/sounds/94102/)
dobroide - Fire (http://www.freesound.org/people/dobroide/sounds/4211/)
The following sound effects are licensed under the CC 0 license (public domain):

View File

@ -328,7 +328,7 @@ global func FxFireStop(object target, int effect_number, int reason, bool temp)
return true;
}
// stop sound
if (target->GetMass() >= 100)
// if (target->GetMass() >= 100)
target->Sound("Fire", false, 1, 0, false);
// done, success
return true;