Codechange: Use proper date types in various places (#11177)
This commit is contained in:
@@ -582,7 +582,7 @@ public:
|
||||
}
|
||||
|
||||
int mo = (TimerGameCalendar::month / 3 - nums) * 3;
|
||||
int yr = TimerGameCalendar::year;
|
||||
auto yr = TimerGameCalendar::year;
|
||||
while (mo < 0) {
|
||||
yr--;
|
||||
mo += 12;
|
||||
|
Reference in New Issue
Block a user