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