aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorVicent Marti2008-08-15 19:10:37 +0000
committerVicent Marti2008-08-15 19:10:37 +0000
commit7c213ab11022ffce603099fe409d44d383ce94e7 (patch)
treed10f744f79d0cb0b2b0ef3a7ac986aeed06203c6 /gui/options.h
parent9ae82653ef7586aa52fae0041b56dfd2415ea399 (diff)
downloadscummvm-rg350-7c213ab11022ffce603099fe409d44d383ce94e7.tar.gz
scummvm-rg350-7c213ab11022ffce603099fe409d44d383ce94e7.tar.bz2
scummvm-rg350-7c213ab11022ffce603099fe409d44d383ce94e7.zip
Tons of misc. GFX fixes.
svn-id: r33911
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h
index 39f2918ce2..187e163b79 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -122,6 +122,7 @@ private:
ButtonWidget *_subToggleButton;
int _subMode;
static const char *_subModeDesc[];
+ static const char *_lowresSubModeDesc[];
StaticTextWidget *_subSpeedDesc;
SliderWidget *_subSpeedSlider;
StaticTextWidget *_subSpeedLabel;