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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/data_localgame.h b/src/include/data_localgame.h
index fdd00b9..989444b 100644
--- a/src/include/data_localgame.h
+++ b/src/include/data_localgame.h
@@ -42,8 +42,6 @@ struct gameObjectState {
pos_t pos, prevPos;
// Pointeur vers la surface correspondante (cf data_ress.h)
SDL_Surface *s;
- // compteur
- int cpt;
};
typedef struct {