about summary refs log tree commit diff
path: root/src/game/server/gs_common.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-24 15:33:12 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-24 15:33:12 +0000
commit8ff7c94ac268bde9fc928a7541b573312d142663 (patch)
tree2505bfd75979e3c3bcaec0ae32f2276d074516a8 /src/game/server/gs_common.h
parent30e78ec74a34b86b395247effee1bbbd8670bd50 (diff)
downloadzcatch-8ff7c94ac268bde9fc928a7541b573312d142663.tar.gz
zcatch-8ff7c94ac268bde9fc928a7541b573312d142663.zip
fixed some memory leaks
Diffstat (limited to 'src/game/server/gs_common.h')
-rw-r--r--src/game/server/gs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h
index 8913dd8a..1dd60e81 100644
--- a/src/game/server/gs_common.h
+++ b/src/game/server/gs_common.h
@@ -98,6 +98,7 @@ public:
 	world_core core;
 	
 	game_world();
+	~game_world();
 	int find_entities(vec2 pos, float radius, entity **ents, int max);
 	int find_entities(vec2 pos, float radius, entity **ents, int max, const int* types, int maxtypes);