From 8c086739e1344fb8789e89074dd962c5719ab030 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 15 Dec 2022 14:54:55 +0100 Subject: local session id generation, bullet icon drop, refactor --- src/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map.c') diff --git a/src/map.c b/src/map.c index e466f5f..bc8384f 100644 --- a/src/map.c +++ b/src/map.c @@ -141,8 +141,8 @@ float get_height_of_tile_under_coords(platform_window* window, float tocheckx, f } inline int get_tile_width(platform_window* window) { - int tile_width = window->height / 14; - if (window->width > window->height) tile_width = window->width / 14; + int tile_width = window->height / 30; + if (window->width > window->height) tile_width = window->width / 30; return tile_width; } -- cgit v1.2.3-70-g09d2