diff options
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index f5d3208c8..9533877fb 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -65,6 +65,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener int mAltFps; bool mAlphaCache; bool mEnableMapReduce; + bool mAdjustPerfomance; bool mBeingOpacity; Being::Speech mSpeechMode; @@ -92,6 +93,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener gcn::CheckBox *mAlphaCacheCheckBox; gcn::CheckBox *mEnableMapReduceCheckBox; + gcn::CheckBox *mAdjustPerfomanceCheckBox; gcn::CheckBox *mBeingOpacityCheckBox; gcn::Slider *mSpeechSlider; gcn::Label *mSpeechLabel; |