diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-28 17:54:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 17:54:25 -0400 |
commit | 7ada56f0395ca6d4d6810c6f3762f8e03dc60cb7 (patch) | |
tree | acdd4137cef25d027789bc67ab972d49aeb81b50 /src/item_use.c | |
parent | c6b27013cc42161636ae345c913a2bd26c5854fd (diff) | |
parent | e06de33cbdab8ca853bcdd1b4c8909a61aabfcef (diff) |
Merge pull request #1085 from GriffinRichards/doc-overworld
Document field effects / misc overworld
Diffstat (limited to 'src/item_use.c')
-rwxr-xr-x | src/item_use.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_use.c b/src/item_use.c index fa3f13081..2c9ffaf32 100755 --- a/src/item_use.c +++ b/src/item_use.c @@ -397,7 +397,7 @@ static bool8 IsHiddenItemPresentInConnection(struct MapConnection *connection, i u32 localOffset; s32 localLength; - struct MapHeader const *const mapHeader = mapconnection_get_mapheader(connection); + struct MapHeader const *const mapHeader = GetMapHeaderFromConnection(connection); switch (connection->direction) { |