Codechange: do not implicitly convert during assignment to StrongType
This commit is contained in:
@@ -112,7 +112,7 @@ struct GoalListWindow : public Window {
|
||||
|
||||
case GT_TILE:
|
||||
if (!IsValidTile(s->dst)) return;
|
||||
xy = s->dst;
|
||||
xy = TileIndex{s->dst};
|
||||
break;
|
||||
|
||||
case GT_INDUSTRY:
|
||||
|
||||
Reference in New Issue
Block a user