diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-07 03:37:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-07 03:37:30 +0300 |
commit | 0b4ce8c4594c2e70c2e3157c58491757e13558be (patch) | |
tree | ed3582b146eb1bcb984cbc44407b99a20fee60fd /src/gui/setup_video.h | |
parent | b2fa201dc05db0472fb9eeb0f8ef11ecb231dcb4 (diff) | |
download | plus-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/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 4448b05c8..f5d3208c8 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -65,7 +65,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener int mAltFps; bool mAlphaCache; bool mEnableMapReduce; - bool mShowBackground; + bool mBeingOpacity; Being::Speech mSpeechMode; ModeListModel *mModeListModel; @@ -92,7 +92,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener gcn::CheckBox *mAlphaCacheCheckBox; gcn::CheckBox *mEnableMapReduceCheckBox; - gcn::CheckBox *mShowBackgroundCheckBox; + gcn::CheckBox *mBeingOpacityCheckBox; gcn::Slider *mSpeechSlider; gcn::Label *mSpeechLabel; gcn::Slider *mAlphaSlider; |