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

« 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-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
587
587
        miniStatusWindow->updateArrows();
588
588
}
589
589
 
 
590
void InventoryHandler::closeStorage()
 
591
{
 
592
    if (mStorageWindow)
 
593
    {
 
594
        mStorageWindow->close();
 
595
        mStorageWindow = nullptr;
 
596
    }
 
597
}
 
598
 
590
599
}  // namespace Ea