summaryrefslogtreecommitdiff
path: root/src/beingmanager.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-10 12:23:50 -0600
committerIra Rice <irarice@gmail.com>2009-03-10 12:43:02 -0600
commit75fc8e62d25ff1d39408588f76d95df4a9a7e663 (patch)
treebaea474d54281912dfec08d75319a4a09f4e03bd /src/beingmanager.h
parent0540c611b48fd8dee14066b13755138192b7084b (diff)
downloadmana-client-75fc8e62d25ff1d39408588f76d95df4a9a7e663.tar.gz
mana-client-75fc8e62d25ff1d39408588f76d95df4a9a7e663.tar.bz2
mana-client-75fc8e62d25ff1d39408588f76d95df4a9a7e663.tar.xz
mana-client-75fc8e62d25ff1d39408588f76d95df4a9a7e663.zip
Fix some mem leaks
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r--src/beingmanager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h
index 472e2c83..3284ce16 100644
--- a/src/beingmanager.h
+++ b/src/beingmanager.h
@@ -37,6 +37,8 @@ class BeingManager
public:
BeingManager(Network *network);
+ ~BeingManager();
+
/**
* Sets the map on which beings are created
*/
@@ -113,7 +115,7 @@ class BeingManager
void logic();
/**
- * Destroys all beings except the local player and current NPC (if any)
+ * Destroys all beings except the local player
*/
void clear();