Home
last modified time | relevance | path

Searched refs:mDeathSound (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DLifetimeComponent.java34 private Sound mDeathSound; field in LifetimeComponent
55 mDeathSound = null; in reset()
163 if (mDeathSound != null) { in die()
166 sound.play(mDeathSound, false, SoundSystem.PRIORITY_NORMAL); in die()
189 mDeathSound = deathSound; in setDeathSound()