diff options
Diffstat (limited to '')
-rw-r--r-- | src/ChunkMap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h index 8df76bde6..560987b4f 100644 --- a/src/ChunkMap.h +++ b/src/ChunkMap.h @@ -67,6 +67,7 @@ public: static const int LAYER_SIZE = 32; cChunkMap(cWorld * a_World); + ~cChunkMap(); // Broadcast respective packets to all clients of the chunk where the event is taking place // (Please keep these alpha-sorted) |