From 582cf190b71145f91c8dbd78decf22a6ef3e2746 Mon Sep 17 00:00:00 2001 From: IronException Date: Mon, 19 Aug 2019 16:34:48 +0200 Subject: [PATCH] for sg this is prly wrong and has to have another value. but somehow 32 was missing lol --- mapview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mapview.h b/mapview.h index 0cb2ca99..fa6b9b9c 100644 --- a/mapview.h +++ b/mapview.h @@ -21,6 +21,7 @@ class MapView : public QWidget { flgCaveMode = 4, flgDepthShading = 8, flgShowEntities = 16, + flgSingleLayer = 32, flgBiomeColors = 64 };