* Gets the unit's death sound. * @return The id of the unit's death sound. */
| 172 | * @return The id of the unit's death sound. |
| 173 | */ |
| 174 | int Unit::getDeathSound() const |
| 175 | { |
| 176 | return _deathSound; |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Gets the unit's move sound. |