summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 02eebae1..70491957 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -83,6 +83,11 @@ class Setup : public Window, public gcn::ActionListener
gcn::Button *applyButton;
gcn::Button *cancelButton;
+ // Variables that keeps old settings until the user "apply" them...
+ int musicVolume, sfxVolume;
+ double opacity;
+ bool fullScreenEnabled, openGlEnabled, customCursorEnabled, soundEnabled;
+
public:
/**
* Constructor.