1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Fix change in function name

This commit is contained in:
duncanspumpkin
2015-11-14 00:12:19 +00:00
parent d0332c81d8
commit 954d6348b2

View File

@@ -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;