Option atari_transparency is int, not bool - use nsoption_set_int().

This commit is contained in:
Ole Loots 2013-10-06 01:15:53 +02:00
parent fa5a22d65f
commit cb9d552ecc
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ static void apply_settings(void)
/* "Rendering" tab: */
nsoption_set_charp(atari_font_driver,
gemtk_obj_get_text(dlgtree, SETTINGS_BT_SEL_FONT_RENDERER));
nsoption_set_bool(atari_transparency,
nsoption_set_int(atari_transparency,
OBJ_SELECTED(SETTINGS_CB_TRANSPARENCY));
nsoption_set_bool(animate_images,
OBJ_SELECTED(SETTINGS_CB_ENABLE_ANIMATION));