rnd-20040411-1-src
[rocksndiamonds.git] / src / events.c
index b123c86d7f6667632eda8bfe7385da81ddbe2825..abf5711fdf6f3da311d21917a0ca721898801b0e 100644 (file)
@@ -112,7 +112,7 @@ void EventLoop(void)
     else
     {
       /* when playing, display a special mouse pointer inside the playfield */
-      if (game_status == GAME_MODE_PLAYING)
+      if (game_status == GAME_MODE_PLAYING && !tape.pausing)
       {
        if (!playfield_cursor_set && cursor_inside_playfield &&
            DelayReached(&playfield_cursor_delay, 1000))