rnd-20070123-1-src
[rocksndiamonds.git] / src / tools.c
index 3d9416e35acf0bfe6481d3b4562f67a6e5b37308..d68819823f2fdeb5db4eceb610aa22db4f848226 100644 (file)
@@ -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;
     }