aboutsummaryrefslogtreecommitdiff
path: root/sword1/control.h
diff options
context:
space:
mode:
authorRobert Göffringmann2004-01-04 05:21:22 +0000
committerRobert Göffringmann2004-01-04 05:21:22 +0000
commitf0d0e4d4b337a9d39e384634d6ef1d1b23e329f3 (patch)
tree1116a7e40e9d8221589c7da79dab38fded10a033 /sword1/control.h
parent7cc972791683c232338f01818b8ccef1fccae62d (diff)
downloadscummvm-rg350-f0d0e4d4b337a9d39e384634d6ef1d1b23e329f3.tar.gz
scummvm-rg350-f0d0e4d4b337a9d39e384634d6ef1d1b23e329f3.tar.bz2
scummvm-rg350-f0d0e4d4b337a9d39e384634d6ef1d1b23e329f3.zip
removed speed button from control panel and made the game do a full screen refresh after leaving the control panel
svn-id: r12127
Diffstat (limited to 'sword1/control.h')
-rw-r--r--sword1/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/control.h b/sword1/control.h
index e0cc5daa31..c606e80912 100644
--- a/sword1/control.h
+++ b/sword1/control.h
@@ -108,7 +108,7 @@ private:
void createButtons(const ButtonInfo *buttons, uint8 num);
void destroyButtons(void);
ControlButton *_buttons[MAX_BUTTONS];
- static const ButtonInfo _deathButtons[3], _panelButtons[8], _saveButtons[16], _volumeButtons[1];
+ static const ButtonInfo _deathButtons[3], _panelButtons[7], _saveButtons[16], _volumeButtons[1];
static const uint8 _languageStrings[8 * 20][43];
const uint8 (*_lStrings)[43];
ObjectMan *_objMan;