Fix change in function name

This commit is contained in:
duncanspumpkin 2015-11-14 00:12:19 +00:00
parent d0332c81d8
commit 954d6348b2
1 changed files with 1 additions and 1 deletions

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;