From 954d6348b2eaa0a64c283032f48efb792bbb9140 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sat, 14 Nov 2015 00:12:19 +0000 Subject: [PATCH] Fix change in function name --- src/world/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/map.c b/src/world/map.c index 55d5f24b71..bdff9b1e65 100644 --- a/src/world/map.c +++ b/src/world/map.c @@ -601,7 +601,7 @@ void map_update_path_wide_flags() x = RCT2_GLOBAL(0x013CE774, sint16); y = RCT2_GLOBAL(0x013CE776, sint16); for (i = 0; i < 128; i++) { - update_path_wide_flags(x, y); + footpath_update_path_wide_flags(x, y); // Next x, y tile x += 32;