From bcf7c224e37d1167e5cd3d73d4c6eb6f0c4d4e10 Mon Sep 17 00:00:00 2001 From: aortigos Date: Tue, 10 Feb 2026 17:21:16 +0100 Subject: [PATCH] Player cords int to double --- includes/cub3d.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/cub3d.h b/includes/cub3d.h index d81a93a..78aba86 100755 --- a/includes/cub3d.h +++ b/includes/cub3d.h @@ -6,7 +6,7 @@ /* By: aortigos