mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-26 22:21:40 -04:00
backend tracker updates
This commit is contained in:
+595
-549
File diff suppressed because it is too large
Load Diff
@@ -3021,7 +3021,11 @@ int dStage_changeScene4Event(int i_exitId, s8 room_no, int i_wipe, bool param_3,
|
||||
// If randomizer is active and we're loading the first spawn, set our starting time of day
|
||||
if (randomizer_IsActive() && strcmp(scls_info->mStage, "F_SP103") == 0 &&
|
||||
scls_info->mRoom == 1 && scls_info->mStart == 1)
|
||||
{
|
||||
timeH = randomizer_GetContext().mStartHour;
|
||||
g_randomizerState.mUpdateTracker = true;
|
||||
}
|
||||
|
||||
#endif
|
||||
dKy_set_nexttime(15.0f * timeH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user