From: Holger Schemel Date: Mon, 20 Nov 2023 12:58:58 +0000 (+0100) Subject: fixed warning when encountering obsolete graphics configuration option X-Git-Tag: 4.3.8.0~36 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=47de33cdf3295c4344441542a3354bf5e399d5ac fixed warning when encountering obsolete graphics configuration option --- diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 31b17a70..891e1500 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -10073,6 +10073,7 @@ struct ConfigInfo image_config[] = { "request.autowrap", "false" }, { "request.centered", "true" }, { "request.wrap_single_words", "true" }, + { "request.draw_order", "-1" }, { "global.use_envelope_request", "false" },