diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:39:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:39:35 +0300 |
commit | 9753cdbb33468148e1f690d67cb631d661e62027 (patch) | |
tree | 96c073cc948e9d8483676171a2fe1cb274fed0a4 /src/resources/emotedb.h | |
parent | ab9405f511303d490a8f966d1c1abe7f94bf0633 (diff) | |
download | plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.gz plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.bz2 plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.xz plus-9753cdbb33468148e1f690d67cb631d661e62027.zip |
fix style in resources directory.
Diffstat (limited to 'src/resources/emotedb.h')
-rw-r--r-- | src/resources/emotedb.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index b8f163adb..6a6463dfb 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -34,7 +34,8 @@ class AnimatedSprite; struct EmoteSprite final { EmoteSprite() : - sprite(nullptr) + sprite(nullptr), + name() { } A_DELETE_COPY(EmoteSprite) @@ -45,7 +46,9 @@ struct EmoteSprite final struct EmoteInfo final { - EmoteInfo() + EmoteInfo() : + sprites(), + particles() { } A_DELETE_COPY(EmoteInfo) |