Codechange: do not implicitly convert during assignment to StrongType
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ struct SetDateWindow : Window {
|
||||
break;
|
||||
|
||||
case WID_SD_YEAR:
|
||||
this->date.year = index;
|
||||
this->date.year = TimerGameEconomy::Year{index};
|
||||
break;
|
||||
}
|
||||
this->SetDirty();
|
||||
|
||||
Reference in New Issue
Block a user