mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-05 02:37:50 -04:00
change time of day with midna
This commit is contained in:
+7
-1
@@ -384,7 +384,13 @@ int dEvt_control_c::talkEnd() {
|
||||
if (item != NULL && fopAcM_GetName(item) == fpcNm_ITEM_e) {
|
||||
item->dead();
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
if (g_randomizerState.getHasPendingToDChange())
|
||||
{
|
||||
g_randomizerState.setHasPendingToDChange(false);
|
||||
g_randomizerState.handleTimeOfDayChange();
|
||||
}
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user