about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2007-10-09 09:04:57 +0000
committerJoel de Vahl <joel@stalverk80.se>2007-10-09 09:04:57 +0000
commitf6216e9a3a444466807c21ae298db3cdb8d0049a (patch)
treef06c1052a98962eb95258092c855139db7c95622 /src/game/game.h
parentb3f5ce5482ebc372f2a9e8237d7813a90c4a02c5 (diff)
downloadzcatch-f6216e9a3a444466807c21ae298db3cdb8d0049a.tar.gz
zcatch-f6216e9a3a444466807c21ae298db3cdb8d0049a.zip
Fixed win32 compile.
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