From: Holger Schemel Date: Wed, 10 Feb 2016 19:45:57 +0000 (+0100) Subject: changed setup option text to reflect change from toons to global animations X-Git-Tag: 4.0.0.0-rc1~75 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d584db09cd9d648eaaf3112d28d5a9173e4cc932 changed setup option text to reflect change from toons to global animations --- diff --git a/src/screens.c b/src/screens.c index 5327c458..ab50316d 100644 --- a/src/screens.c +++ b/src/screens.c @@ -5382,7 +5382,7 @@ static struct TokenInfo setup_info_graphics[] = { TYPE_SWITCH, &setup.quick_switch, "Quick Player Focus Switch:" }, { TYPE_SWITCH, &setup.quick_doors, "Quick Menu Doors:" }, { TYPE_SWITCH, &setup.show_titlescreen,"Show Title Screens:" }, - { TYPE_SWITCH, &setup.toons, "Show Toons:" }, + { TYPE_SWITCH, &setup.toons, "Show Menu Animations:" }, { TYPE_ECS_AGA, &setup.prefer_aga_graphics,"EMC graphics preference:" }, { TYPE_SWITCH, &setup.sp_show_border_elements,"Supaplex Border Elements:" }, { TYPE_SWITCH, &setup.small_game_graphics, "Small Game Graphics:" },