rnd-20030902-1-src
[rocksndiamonds.git] / src / tools.c
index 28c64bdff9d704f9f72ec8b88aefca8874a77757..d50b99dd3d23b79d09f4b142a573fc6ec869e852 100644 (file)
@@ -1801,6 +1801,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 &&
@@ -1911,7 +1915,9 @@ boolean Request(char *text, unsigned int req_state)
 
   SetDrawBackgroundMask(REDRAW_FIELD | REDRAW_DOOR_1);
 
+#if 0
   SetMouseCursor(CURSOR_DEFAULT);
+#endif
 
   while(result < 0)
   {