diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-08 06:02:31 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-08 06:02:31 +0100 |
commit | 9a98118c3d9a062b33134e8354620be43ecf3786 (patch) | |
tree | ee04aa9b65a401a720e387439b8180578ee8cbfe /main.c | |
parent | c1e13470835e18ac0077bf77ce8f77db07144bcf (diff) |
improve code and fix numerous bugs
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |