summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-08-07 20:36:46 +1000
committerquou <quou@disroot.org>2024-08-07 20:36:46 +1000
commit93cdca2fd8ae3bf766d6b1584d52fc8012ddc01c (patch)
tree35174da7a3fcffd700938bae13a7d4d759bc8ad2 /map.h
parentf483b5d8ea24dc1b64db51dff03d933dc0793d00 (diff)
more lighting WIPlighting_wip
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;