summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index acbd749..02a0a9f 100644
--- a/main.c
+++ b/main.c
@@ -148,6 +148,8 @@ void Finitialiserpositions (POSITIONS *positions, SURFACES *surfaces)
z++;
}
}
+
+ positions->last_cursor = (SDL_Rect){0, 0, 0, 0};
}
static void colorize_surface(SDL_Surface *surf, const SDL_PixelFormat *fmt, Uint32 incr)