diff options
| author | Eugene Sandulenko | 2005-09-02 20:17:52 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2005-09-02 20:17:52 +0000 |
| commit | c8a2de6e6edb3e21ede70e44a9c39cc0c00a63a6 (patch) | |
| tree | e7899395fc870140f1ca15d87901f47e87117c0d /saga/game.cpp | |
| parent | a861226f203b9cdff448a3cd5642d776837fed7c (diff) | |
| download | scummvm-rg350-c8a2de6e6edb3e21ede70e44a9c39cc0c00a63a6.tar.gz scummvm-rg350-c8a2de6e6edb3e21ede70e44a9c39cc0c00a63a6.tar.bz2 scummvm-rg350-c8a2de6e6edb3e21ede70e44a9c39cc0c00a63a6.zip | |
Implement option buttons functionality. This fixes bug #1259518 "ITE: Buttons
in Options Dialog not fully functional"
svn-id: r18738
Diffstat (limited to 'saga/game.cpp')
| -rw-r--r-- | saga/game.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/game.cpp b/saga/game.cpp index ea9f3515ed..2e413d8192 100644 --- a/saga/game.cpp +++ b/saga/game.cpp @@ -95,7 +95,8 @@ static PanelButton ITE_OptionPanelButtons[] = { {kPanelButtonOptionSaveFiles, 166,20, 112,74, 0,'-',0, 0,0,0}, //savefiles {kPanelButtonOptionText,106,4, 0,0, kTextGameOptions,'-',0, 0,0,0}, // text: game options - {kPanelButtonOptionText,10,22, 0,0, kTextReadingSpeed,'-',0, 0,0,0}, // text: read speed + {kPanelButtonOptionText,11,22, 0,0, kTextReadingSpeed,'-',0, 0,0,0}, // text: read speed + {kPanelButtonOptionText,28,22, 0,0, kTextShowDialog,'-',0, 0,0,0}, // text: read speed {kPanelButtonOptionText,73,41, 0,0, kTextMusic,'-',0, 0,0,0}, // text: music {kPanelButtonOptionText,69,60, 0,0, kTextSound,'-',0, 0,0,0}, // text: noise }; |
