aboutsummaryrefslogtreecommitdiffstats
path: root/src/inventory.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-02-05 08:29:56 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-02-05 08:29:56 -0500
commitb18d9c1b0fa305f82ddd0633e969a1a38869db6d (patch)
tree8096f4a112f633ed2d4d1ee67c475d97d7648823 /src/inventory.cpp
parent814dab606cfeeabd4aeecba852507c3c3f1a005f (diff)
font improvements
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp
index de60030..93bdeb6 100644
--- a/src/inventory.cpp
+++ b/src/inventory.cpp
@@ -88,6 +88,12 @@ void initInventorySprites(void){
}
void destroyInventory(void){
+
+ while(!itemMap.empty()){
+ delete itemMap.front();
+ itemMap.erase(itemMap.begin());
+ }
+
Mix_FreeChunk(swordSwing);
}