diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-01 01:49:11 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-01 01:49:11 -0500 |
commit | a7e5852f1d95dd2b438e94fbf31b865196c6e951 (patch) | |
tree | f6cd0dba609ae171a407b21bb90ee098851a6229 /src/time_events.c | |
parent | 99bfd8c80fcfcafa55166ff65f5264c727b16ed0 (diff) |
More minor fixes
Diffstat (limited to 'src/time_events.c')
-rw-r--r-- | src/time_events.c | 2 |
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]) |