mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Small code cleanups.
This commit is contained in:
parent
65339d1c0b
commit
1f73468131
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ Bag::Bag( ): Item()
|
|||
|
||||
m_valuesCount = CONTAINER_END;
|
||||
|
||||
memset(m_bagslot, 0, sizeof(Item *) * MAX_BAG_SIZE); // Maximum 20 Slots
|
||||
memset(m_bagslot, 0, sizeof(Item *) * MAX_BAG_SIZE);
|
||||
}
|
||||
|
||||
Bag::~Bag()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue