Skip to content

Commit

Permalink
Merge pull request edubart#671 from ottools/master
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSumm committed Jul 5, 2015
2 parents b9848f3 + 5ef5530 commit 0642fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/thingtype.cpp
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 0642fb6

Please sign in to comment.