X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=b986e81eae00fc64d28496ba2aacc9e3c7d57b10;hb=7a821f79cb735d048869b503279c402800afa44a;hp=9d48e4b3ba1e7f6ee8a1747dd8cea42f56494645;hpb=44297fe468c13bcf4f8facc718a325d60531afc5;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 9d48e4b3..b986e81e 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1776,6 +1776,10 @@ boolean Request(char *text, unsigned int req_state) unsigned int old_door_state; int last_game_status = game_status; /* save current game status */ +#if 1 + SetMouseCursor(CURSOR_DEFAULT); +#endif + #if defined(PLATFORM_UNIX) /* pause network game while waiting for request to answer */ if (options.network && @@ -1886,7 +1890,9 @@ boolean Request(char *text, unsigned int req_state) SetDrawBackgroundMask(REDRAW_FIELD | REDRAW_DOOR_1); +#if 0 SetMouseCursor(CURSOR_DEFAULT); +#endif while(result < 0) {