diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 18:24:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 18:24:14 +0300 |
commit | a3b7888017c387d14e33a2021ed85927b78b776b (patch) | |
tree | 46eb14be3bb9f361d48188b886b1e98d4d32b519 /src/gui/windows/inventorywindow.cpp | |
parent | ddd4c187d5b11abe9f94f0d32cda0a43fe83eba9 (diff) | |
download | plus-a3b7888017c387d14e33a2021ed85927b78b776b.tar.gz plus-a3b7888017c387d14e33a2021ed85927b78b776b.tar.bz2 plus-a3b7888017c387d14e33a2021ed85927b78b776b.tar.xz plus-a3b7888017c387d14e33a2021ed85927b78b776b.zip |
Add variable for storage window.
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r-- | src/gui/windows/inventorywindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index ea3cc5ad3..7cf268b0f 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -67,6 +67,7 @@ #include "debug.h" InventoryWindow *inventoryWindow = nullptr; +InventoryWindow *storageWindow = nullptr; InventoryWindow::WindowList InventoryWindow::invInstances; InventoryWindow::InventoryWindow(Inventory *const inventory) : |