mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
Patch 32990: Options fix for Amiga Palette checkbox
svn-id: r5140
This commit is contained in:
parent
b19694bb04
commit
60b58b4b87
@ -458,7 +458,7 @@ void OptionsDialog::open()
|
||||
|
||||
// update checkboxes, too
|
||||
subtitlesCheckbox->setState(_scumm->_noSubtitles == false);
|
||||
amigaPalCheckbox->setState(_scumm->_features & GF_AMIGA != 0);
|
||||
amigaPalCheckbox->setState((_scumm->_features & GF_AMIGA) != 0);
|
||||
}
|
||||
|
||||
void OptionsDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user