about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.h b/src/game/game.h
index d3b491fc..4fa22c08 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -109,7 +109,7 @@ inline bool col_check_point(vec2 p) { return col_check_point(p.x, p.y); }
 struct mapres_entity
 {
 	int x, y;
-	int data[];
+	int *data;
 };
 
 struct mapres_spawnpoint