rnd-20100624-3-src
[rocksndiamonds.git] / src / tools.c
index f09c85171a40526f1b8066754969ebd009eb08a4..82fb4d0c34425e5a0b81a0d20384a0c876d349da 100644 (file)
@@ -3663,7 +3663,9 @@ boolean Request(char *text, unsigned int req_state)
   char *text_ptr;
   int i;
 
-  global.use_envelope_request = TRUE  * 1;
+#if 1
+  global.use_envelope_request = 0;
+#endif
 
 #if 1
   if (maxWordLengthInString(text) > MAX_REQUEST_LINE_FONT1_LEN)