~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/net/ea/inventoryhandler.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    mStorage = nullptr;
96
96
}
97
97
 
 
98
void InventoryHandler::clear()
 
99
{
 
100
    delete mStorage;
 
101
    mStorage = nullptr;
 
102
}
 
103
 
98
104
bool InventoryHandler::canSplit(const Item *const item A_UNUSED) const
99
105
{
100
106
    return false;