early-access version 3126

This commit is contained in:
pineappleEA
2022-11-18 05:44:33 +01:00
parent fdc414dd2c
commit a97dee98aa
24 changed files with 38 additions and 7 deletions

View File

@@ -280,6 +280,7 @@ static constexpr int TransitionTime(int year, Rule rule, int offset) {
}
default:
ASSERT(false);
break;
}
return value + rule.transition_time + offset;
}