summaryrefslogtreecommitdiff
path: root/src/include/data_localgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/data_localgame.h')
-rw-r--r--src/include/data_localgame.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/data_localgame.h b/src/include/data_localgame.h
index cd24d63..1466400 100644
--- a/src/include/data_localgame.h
+++ b/src/include/data_localgame.h
@@ -22,9 +22,10 @@ typedef struct {
SDL_Rect *objectsBBox;
} gameGraphObjState_t;
-// Ensemble des éléménts graphiques du jeu (sauf l'écran)
+// Ensemble des buffers graphiques du jeu (sauf l'écran)
typedef struct {
- SDL_Surface *screen, *terrain, *stencil, **objectsSurf;
+ SDL_Surface *screen, *terrain, *stencil, *tmpSurf;
+ // For loaded Gif tiles, see data_ress.h
gameGraphObjState_t *objectsStat;
} gameGraphSurfaces_t;