diff --git a/src/options.cpp b/src/options.cpp index 3d50ac573532b..aa939df391d97 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -2629,7 +2629,8 @@ std::string options_manager::show( bool ingame, const bool world_options_only, if( hasPrerequisite && !hasPrerequisiteFulfilled ) { cLineColor = c_light_gray; - } else if( current_opt.getValue() == "false" ) { + } else if( current_opt.getValue() == "false" || current_opt.getValue() == "disabled" || + current_opt.getValue() == "off" ) { cLineColor = c_light_red; }