From b160f8dfe7e3bf8176e3f9f64dc2d9a9868d7fce Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Sun, 28 Jun 2015 12:17:36 +0200 Subject: Minimap update --- src/minimap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/minimap.h') diff --git a/src/minimap.h b/src/minimap.h index 1794da190..220c3add0 100644 --- a/src/minimap.h +++ b/src/minimap.h @@ -124,6 +124,7 @@ public: this->driver = device->getVideoDriver(); this->tsrc = client->getTextureSource(); } + ~MinimapUpdateThread(); void getMap (v3s16 pos, s16 size, s16 height, bool radar); MinimapPixel *getMinimapPixel (v3s16 pos, s16 height, s16 &pixel_height); s16 getAirCount (v3s16 pos, s16 height); @@ -148,6 +149,7 @@ private: video::ITexture *minimap_texture; scene::SMeshBuffer *m_meshbuffer; bool m_enable_shaders; + u16 m_surface_mode_scan_height; JMutex m_mutex; public: -- cgit v1.2.3