summaryrefslogtreecommitdiff
path: root/src/minimap.h
diff options
context:
space:
mode:
authorRealBadAngel <maciej.kasatkin@o2.pl>2015-06-28 12:17:36 +0200
committerRealBadAngel <maciej.kasatkin@o2.pl>2015-06-28 12:17:36 +0200
commitb160f8dfe7e3bf8176e3f9f64dc2d9a9868d7fce (patch)
tree7e304916a01c146352c4c9b851224acb97e2bab1 /src/minimap.h
parent420125debd3d010fcd3e7738c43f25c8f407ab63 (diff)
downloadminetest-b160f8dfe7e3bf8176e3f9f64dc2d9a9868d7fce.tar.gz
minetest-b160f8dfe7e3bf8176e3f9f64dc2d9a9868d7fce.tar.bz2
minetest-b160f8dfe7e3bf8176e3f9f64dc2d9a9868d7fce.zip
Minimap update
Diffstat (limited to 'src/minimap.h')
-rw-r--r--src/minimap.h2
1 files changed, 2 insertions, 0 deletions
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: