aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 15:57:16 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 15:57:16 +0100
commit19cbf943e0e44a263d31b28ad44788e38a353f9b (patch)
treeea0d03d5abcb1c249d25815e5ab3e746dfe815ef /inc/cub3d_structs.h
parentBetter bounce (diff)
download42-cub3d-19cbf943e0e44a263d31b28ad44788e38a353f9b.tar.gz
42-cub3d-19cbf943e0e44a263d31b28ad44788e38a353f9b.tar.bz2
42-cub3d-19cbf943e0e44a263d31b28ad44788e38a353f9b.tar.xz
42-cub3d-19cbf943e0e44a263d31b28ad44788e38a353f9b.tar.zst
42-cub3d-19cbf943e0e44a263d31b28ad44788e38a353f9b.zip
I'm not far
Diffstat (limited to '')
-rw-r--r--inc/cub3d_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index f538c7e..44b8827 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -216,7 +216,7 @@ typedef struct s_map
uint8_t isheals;
uint8_t isweapon[2];
uint8_t darklvl;
- uint8_t scale;
+ uint16_t scale;
int8_t topsp;
uint32_t nlx;
uint32_t nly;