Fix Mill asset
This commit is contained in:
@@ -308,8 +308,6 @@ static BuildingType getTileBuilding(BzTileID tile) {
|
||||
case 6668:
|
||||
return BUILDING_HOUSE_06;
|
||||
case 6689:
|
||||
case 6690:
|
||||
case 6691:
|
||||
return BUILDING_MILL;
|
||||
case 6922:
|
||||
return BUILDING_HOUSE_07;
|
||||
@@ -425,7 +423,7 @@ static BuildingType getBuildingSize(BuildingType type, i32 *outWidth, i32 *outHe
|
||||
if (outHeight) *outHeight = 1;
|
||||
break;
|
||||
case BUILDING_MILL:
|
||||
if (outWidth) *outWidth = 3;
|
||||
if (outWidth) *outWidth = 1;
|
||||
if (outHeight) *outHeight = 1;
|
||||
break;
|
||||
case BUILDING_HOUSE_07:
|
||||
|
||||
@@ -6077,8 +6077,7 @@
|
||||
"name":"building",
|
||||
"type":"string",
|
||||
"value":""
|
||||
}],
|
||||
"type":"mill"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":6691,
|
||||
@@ -6087,8 +6086,7 @@
|
||||
"name":"building",
|
||||
"type":"string",
|
||||
"value":""
|
||||
}],
|
||||
"type":"mill"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id":6912,
|
||||
|
||||
@@ -2264,12 +2264,12 @@
|
||||
<property name="building" value=""/>
|
||||
</properties>
|
||||
</tile>
|
||||
<tile id="6690" type="mill">
|
||||
<tile id="6690">
|
||||
<properties>
|
||||
<property name="building" value=""/>
|
||||
</properties>
|
||||
</tile>
|
||||
<tile id="6691" type="mill">
|
||||
<tile id="6691">
|
||||
<properties>
|
||||
<property name="building" value=""/>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user