summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-29 13:53:19 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-29 13:53:19 +0100
commit61c5fb1e253f31d2faa3a0fc970ce4e18f32b205 (patch)
tree0220c5c8ad31d926c5a3223ef6ad7a341f309dd8 /src/map.c
parent55898db4a9cf2b5721279d665918fc0eaa02c1cc (diff)
pickup sound
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 2cec9d3..8d5e26b 100644
--- a/src/map.c
+++ b/src/map.c
@@ -397,7 +397,7 @@ inline map_info get_map_info(platform_window* window) {
map_info info;
info.tile_width = get_tile_width(window);
info.tile_height = get_tile_height(window);
- info.px_incline = info.tile_width/3; // info.tile_width/3; // offset*info.tile_width;
+ info.px_incline = 0.0f; //info.tile_width/3; // info.tile_width/3; // offset*info.tile_width;
info.px_raised_per_h = info.tile_height/2.5;
return info;
} \ No newline at end of file