summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-15 17:57:54 +0000
committerIra Rice <irarice@gmail.com>2008-10-15 17:57:54 +0000
commitf07fdcc9668cc446d31ce2539e3934c40d103ae3 (patch)
tree7a70fc09d9e9588fbf3225057a494e775af1f1d9 /src/gui/setup_video.h
parentd3f84af9d22814db0ec67e87805b3d1054afd606 (diff)
downloadmana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.gz
mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.bz2
mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.xz
mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.zip
Added patch so that players can turn on or off speech bubbles.
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 7eb872d4..d0a19cb6 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -52,6 +52,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
bool mOpenGLEnabled;
bool mCustomCursorEnabled;
bool mParticleEffectsEnabled;
+ bool mSpeechBubbleEnabled;
double mOpacity;
int mFps;
@@ -62,6 +63,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
gcn::CheckBox *mOpenGLCheckBox;
gcn::CheckBox *mCustomCursorCheckBox;
gcn::CheckBox *mParticleEffectsCheckBox;
+ gcn::CheckBox *mSpeechBubbleCheckBox;
gcn::Slider *mAlphaSlider;
gcn::CheckBox *mFpsCheckBox;