X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=82fb4d0c34425e5a0b81a0d20384a0c876d349da;hb=1d3eff06cde10309320341fa92abec5b14f1c6f6;hp=f09c85171a40526f1b8066754969ebd009eb08a4;hpb=1e422c29292f0583391b0ce9e9c872b38f035ac0;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index f09c8517..82fb4d0c 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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)