aboutsummaryrefslogtreecommitdiff
path: root/src/mapsector.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mapsector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapsector.h b/src/mapsector.h
index dede364f6..ffd4cdd1d 100644
--- a/src/mapsector.h
+++ b/src/mapsector.h
@@ -62,6 +62,7 @@ public:
bool empty() const { return m_blocks.empty(); }
+ int size() const { return m_blocks.size(); }
protected:
// The pile of MapBlocks