commit
0642fb66cd
|
@ -244,12 +244,12 @@ void ThingType::unserialize(uint16 clientId, ThingCategory category, const FileS
|
||||||
m_attribs.set(attr, market);
|
m_attribs.set(attr, market);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ThingAttrUsable:
|
|
||||||
case ThingAttrElevation: {
|
case ThingAttrElevation: {
|
||||||
m_elevation = fin->getU16();
|
m_elevation = fin->getU16();
|
||||||
m_attribs.set(attr, m_elevation);
|
m_attribs.set(attr, m_elevation);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case ThingAttrUsable:
|
||||||
case ThingAttrGround:
|
case ThingAttrGround:
|
||||||
case ThingAttrWritable:
|
case ThingAttrWritable:
|
||||||
case ThingAttrWritableOnce:
|
case ThingAttrWritableOnce:
|
||||||
|
|
Loading…
Reference in New Issue