From 61c5fb1e253f31d2faa3a0fc970ce4e18f32b205 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 29 Oct 2023 13:53:19 +0100 Subject: pickup sound --- src/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.c') 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 -- cgit v1.2.3-70-g09d2