summaryrefslogtreecommitdiff
path: root/src/resources/emoteinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/emoteinfo.h')
-rw-r--r--src/resources/emoteinfo.h4
1 files changed, 3 insertions, 1 deletions
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<EmoteSprite*> sprites;
StringVect particles;
int time;
+ int effectId;
};
#endif // RESOURCES_EMOTEINFO_H