From b29f54f0b8010a73550b9b5fed534253170b6f03 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Jan 2015 22:37:08 +0300 Subject: Allow play sound effect if show emote. --- src/resources/emoteinfo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/resources/emoteinfo.h') diff --git a/src/resources/emoteinfo.h b/src/resources/emoteinfo.h index 88902d0b9..44cf736a3 100644 --- a/src/resources/emoteinfo.h +++ b/src/resources/emoteinfo.h @@ -35,7 +35,8 @@ struct EmoteInfo final EmoteInfo() : sprites(), particles(), - time(400) + time(400), + effectId(-1) { } A_DELETE_COPY(EmoteInfo) @@ -43,6 +44,7 @@ struct EmoteInfo final std::list sprites; StringVect particles; int time; + int effectId; }; #endif // RESOURCES_EMOTEINFO_H -- cgit v1.2.3-60-g2f50