diff options
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 0f8a1e70..d0e2c492 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -62,7 +62,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, bool mPickupParticleEnabled; double mOpacity; int mFps; - bool mLowCPUEnabled; + bool mSDLTransparencyDisabled; Being::Speech mSpeechMode; ModeListModel *mModeListModel; @@ -108,7 +108,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, int mFontSize; gcn::DropDown *mFontSizeDropDown; - gcn::CheckBox *mLowCPUCheckBox; + gcn::CheckBox *mDisableSDLTransparencyCheckBox; }; #endif |