diff options
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r-- | src/resources/beinginfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp index 7114290ca..80f416b91 100644 --- a/src/resources/beinginfo.cpp +++ b/src/resources/beinginfo.cpp @@ -52,6 +52,7 @@ BeingInfo::~BeingInfo() delete_all(mSounds); delete_all(mAttacks); mSounds.clear(); + delete_all(mDisplay.sprites); } void BeingInfo::setDisplay(SpriteDisplay display) |