X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=9b903d35b337b8e02959b367424a48a4e0c2951b;hb=b80c9b0941d4e06e9de27e8cf81d45c2f3752714;hp=b45ec0fb1ae12422400108f25206296a0dc7d537;hpb=bc3ec6b70e1c180eb67be294872e58956b705245;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index b45ec0fb..9b903d35 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2294,7 +2294,7 @@ void DrawEnvelopeRequest(char *text) if (request.centered) sx_offset = (request.width - text_width) / 2; - if (request.wrap_single_words) + if (request.wrap_single_words && !request.autowrap) { char *src_text_ptr, *dst_text_ptr;