diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-16 23:06:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-18 21:31:52 +0300 |
commit | 67d3b8c193b51bbf892fd965547746511e8ddf87 (patch) | |
tree | b11031d009c6df44263f0be9f01503fae2c09615 /src/being.h | |
parent | 884c064f762c4d5ca23458ea43d9c34348259840 (diff) | |
download | plus-67d3b8c193b51bbf892fd965547746511e8ddf87.tar.gz plus-67d3b8c193b51bbf892fd965547746511e8ddf87.tar.bz2 plus-67d3b8c193b51bbf892fd965547746511e8ddf87.tar.xz plus-67d3b8c193b51bbf892fd965547746511e8ddf87.zip |
add delay to action sounds.
delay now unused.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |