X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=d68819823f2fdeb5db4eceb610aa22db4f848226;hb=80e176e969192ac90d74ef83b4ab22dc0fe21b7a;hp=3d9416e35acf0bfe6481d3b4562f67a6e5b37308;hpb=cb8b58732432cc7f3163446dedd54c63126b23c3;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 3d9416e3..d6881982 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2523,7 +2523,11 @@ boolean Request(char *text, unsigned int req_state) if (max_word_len > MAX_REQUEST_LINE_FONT1_LEN) { max_request_line_len = MAX_REQUEST_LINE_FONT2_LEN; +#if 1 + font_nr = FONT_TEXT_1; +#else font_nr = FONT_LEVEL_NUMBER; +#endif break; }