summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.h b/map.h
index 566b367..58d8093 100644
--- a/map.h
+++ b/map.h
@@ -14,7 +14,7 @@ typedef struct {
} Map_Fragment;
typedef struct {
- int x, y;
+ int x, y, z;
int brightness;
Colour c;
} Map_Light;