From 763a5f29388b6056c376c4e17954c18864f808be Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 15 Nov 2015 15:50:36 -0600 Subject: [PATCH] Restore newline at end of file --- src/world/map.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/world/map.c b/src/world/map.c index b775827a6a..d5a587f4df 100644 --- a/src/world/map.c +++ b/src/world/map.c @@ -5129,3 +5129,4 @@ rct_map_element *map_get_track_element_at_of_type(int x, int y, int z, int track return NULL; } +