From 9a98118c3d9a062b33134e8354620be43ecf3786 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 06:02:31 +0100 Subject: improve code and fix numerous bugs Signed-off-by: Olivier Gayot --- structures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structures.h') diff --git a/structures.h b/structures.h index b0f5b3b..11a0f76 100644 --- a/structures.h +++ b/structures.h @@ -82,6 +82,8 @@ struct positions SDL_Rect Vpositionpmpersos[3]; SDL_Rect Vpositionquantite[3]; SDL_Rect Vpositionmap_item[15][11]; + + SDL_Rect last_cursor; }; typedef struct ally_t PERSONNAGES; -- cgit v1.2.3