diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-05 21:00:06 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-05 21:00:49 -0600 |
commit | 99dbfa9e84ea30993d44d2a39bd5d06ae553c849 (patch) | |
tree | 504f8b35ef76f7fb67a5a21f136a20b8d1566dea /src/gui/viewport.h | |
parent | c305c76f82d832cb3db9e1edb805d24522a90c3f (diff) | |
download | mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.gz mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.bz2 mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.xz mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.zip |
Fix the context menu for the storage window
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 3dae5a2a..33a2d837 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -106,7 +106,7 @@ class Viewport : public WindowContainer, public gcn::MouseListener, * Shows a popup for an item. * TODO Find some way to get rid of Item here */ - void showPopup(int x, int y, Item *item); + void showPopup(int x, int y, Item *item, bool isInventory = true); /** * Closes the popup menu. Needed for when the player dies or switching |