diff options
author | Reid <reidyaro@gmail.com> | 2011-08-08 16:51:11 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-08-08 16:51:11 +0200 |
commit | 7f8498bf14338f67089881afb14b0b398a152c8c (patch) | |
tree | e0ba5648c775776be6177dae3c0c8b50922517b1 /src/gui/setup_video.h | |
parent | 391a4c3a1e4d5c3815ba7c822fb9bd03969dea6e (diff) | |
parent | bcd0bdb1f087c3153d070baa274e7ecf8c8268e1 (diff) | |
download | manaplus-7f8498bf14338f67089881afb14b0b398a152c8c.tar.gz manaplus-7f8498bf14338f67089881afb14b0b398a152c8c.tar.bz2 manaplus-7f8498bf14338f67089881afb14b0b398a152c8c.tar.xz manaplus-7f8498bf14338f67089881afb14b0b398a152c8c.zip |
Merge branch 'master' of gitorious.org:manaplus/manaplus
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 4448b05c8..9533877fb 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -65,7 +65,8 @@ class Setup_Video : public SetupTab, public gcn::KeyListener int mAltFps; bool mAlphaCache; bool mEnableMapReduce; - bool mShowBackground; + bool mAdjustPerfomance; + bool mBeingOpacity; Being::Speech mSpeechMode; ModeListModel *mModeListModel; @@ -92,7 +93,8 @@ class Setup_Video : public SetupTab, public gcn::KeyListener gcn::CheckBox *mAlphaCacheCheckBox; gcn::CheckBox *mEnableMapReduceCheckBox; - gcn::CheckBox *mShowBackgroundCheckBox; + gcn::CheckBox *mAdjustPerfomanceCheckBox; + gcn::CheckBox *mBeingOpacityCheckBox; gcn::Slider *mSpeechSlider; gcn::Label *mSpeechLabel; gcn::Slider *mAlphaSlider; |