diff options
Diffstat (limited to 'src/gui/inventory.cpp')
-rw-r--r-- | src/gui/inventory.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/inventory.cpp b/src/gui/inventory.cpp index 9d48f0fb..5c5f5782 100644 --- a/src/gui/inventory.cpp +++ b/src/gui/inventory.cpp @@ -31,6 +31,15 @@ DIALOG inventory_dialog[] = { DIALOG_PLAYER *inventory_player; +TmwInventory::TmwInventory() +{ + show_inventory = false; +} + +TmwInventory::~TmwInventory() +{ +} + /** Initialize inventory */ void TmwInventory::create(int tempxpos, int tempypos) { itemset = load_datafile("./data/graphic/items.dat"); |