Skip to content

Commit

Permalink
Fix #664
Browse files Browse the repository at this point in the history
  • Loading branch information
Mignari committed Jul 5, 2015
1 parent b9848f3 commit 5ef5530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/thingtype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ void ThingType::unserialize(uint16 clientId, ThingCategory category, const FileS
m_attribs.set(attr, market);
break;
}
case ThingAttrUsable:
case ThingAttrElevation: {
m_elevation = fin->getU16();
m_attribs.set(attr, m_elevation);
break;
}
case ThingAttrUsable:
case ThingAttrGround:
case ThingAttrWritable:
case ThingAttrWritableOnce:
Expand Down

0 comments on commit 5ef5530

Please sign in to comment.