[9721] Updated high guids. Renamed few files. Added some comments.

This commit is contained in:
tomrus88 2010-04-10 16:57:46 +04:00
parent 8f18a0d920
commit dc1bb13c72
12 changed files with 63 additions and 55 deletions

View file

@ -25,7 +25,7 @@
Bag::Bag( ): Item()
{
m_objectType |= TYPEMASK_CONTAINER;
m_objectType |= (TYPEMASK_ITEM | TYPEMASK_CONTAINER);
m_objectTypeId = TYPEID_CONTAINER;
m_valuesCount = CONTAINER_END;