From 67d3b8c193b51bbf892fd965547746511e8ddf87 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Apr 2013 23:06:58 +0300 Subject: add delay to action sounds. delay now unused. --- src/being.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index d54c4fad1..c1adbbbcb 100644 --- a/src/being.h +++ b/src/being.h @@ -878,6 +878,8 @@ class Being : public ActorSprite, public ConfigListener void setOwner(Being *const owner) { mOwner = owner; } + void playSfx(const SoundInfo &sound, const int x, const int y); + static uint8_t genderToInt(const Gender sex) A_WARN_UNUSED; static Gender intToGender(uint8_t sex) A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50