summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-07 03:37:30 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-07 03:37:30 +0300
commit0b4ce8c4594c2e70c2e3157c58491757e13558be (patch)
treeed3582b146eb1bcb984cbc44407b99a20fee60fd /src/map.h
parentb2fa201dc05db0472fb9eeb0f8ef11ecb231dcb4 (diff)
downloadplus-0b4ce8c4594c2e70c2e3157c58491757e13558be.tar.gz
plus-0b4ce8c4594c2e70c2e3157c58491757e13558be.tar.bz2
plus-0b4ce8c4594c2e70c2e3157c58491757e13558be.tar.xz
plus-0b4ce8c4594c2e70c2e3157c58491757e13558be.zip
Add option "show beings transparency". Disabled by default.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 776f00ebe..c92a3c60f 100644
--- a/src/map.h
+++ b/src/map.h
@@ -615,6 +615,7 @@ class Map : public Properties, public ConfigListener
int mDrawScrollX;
int mDrawScrollY;
bool mRedrawMap;
+ bool mBeingOpacity;
};