summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-14 21:04:46 +0000
committerIra Rice <irarice@gmail.com>2008-10-14 21:04:46 +0000
commitdc3c5d595e60a8498e44affb8ec05b91709d34fc (patch)
tree15dabb6da28bb2f30694f761cb301e2b8b312576 /src/gui/setup_video.h
parentfc8760599dfd730d416bb2c646e17c5dd7dd132e (diff)
downloadmana-client-dc3c5d595e60a8498e44affb8ec05b91709d34fc.tar.gz
mana-client-dc3c5d595e60a8498e44affb8ec05b91709d34fc.tar.bz2
mana-client-dc3c5d595e60a8498e44affb8ec05b91709d34fc.tar.xz
mana-client-dc3c5d595e60a8498e44affb8ec05b91709d34fc.zip
Early addition of a particle effect disabling option. Would like to
change this in the future to update instantaneously.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index 0d7ea700..7eb872d4 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -51,6 +51,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
bool mFullScreenEnabled;
bool mOpenGLEnabled;
bool mCustomCursorEnabled;
+ bool mParticleEffectsEnabled;
double mOpacity;
int mFps;
@@ -60,6 +61,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
gcn::CheckBox *mFsCheckBox;
gcn::CheckBox *mOpenGLCheckBox;
gcn::CheckBox *mCustomCursorCheckBox;
+ gcn::CheckBox *mParticleEffectsCheckBox;
gcn::Slider *mAlphaSlider;
gcn::CheckBox *mFpsCheckBox;