From be851871cd43316d12fd9a5f2cc6dec98a1c9ce0 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 30 Jan 2011 01:44:54 +0200 Subject: map generation framework under development... not quite operational at this point. --- src/mapsector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapsector.h') diff --git a/src/mapsector.h b/src/mapsector.h index 0c32e2606..de93806b5 100644 --- a/src/mapsector.h +++ b/src/mapsector.h @@ -67,6 +67,7 @@ public: return m_pos; } + MapBlock * getBlockNoCreateNoEx(s16 y); MapBlock * getBlockNoCreate(s16 y); MapBlock * createBlankBlockNoInsert(s16 y); MapBlock * createBlankBlock(s16 y); -- cgit v1.2.3