summaryrefslogtreecommitdiff
path: root/src/time_events.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-01 01:49:11 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-01 01:49:11 -0500
commita7e5852f1d95dd2b438e94fbf31b865196c6e951 (patch)
treef6cd0dba609ae171a407b21bb90ee098851a6229 /src/time_events.c
parent99bfd8c80fcfcafa55166ff65f5264c727b16ed0 (diff)
More minor fixes
Diffstat (limited to 'src/time_events.c')
-rw-r--r--src/time_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time_events.c b/src/time_events.c
index 9263bffac..bd51f0c2d 100644
--- a/src/time_events.c
+++ b/src/time_events.c
@@ -81,7 +81,7 @@ void UpdateShoalTideFlag(void)
1, // 23
};
- if (IsMapTypeOutside(GetLastUsedWarpMapType()))
+ if (IsMapTypeOutdoors(GetLastUsedWarpMapType()))
{
RtcCalcLocalTime();
if (tide[gLocalTime.hours])