diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-06 21:42:31 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-06 21:42:31 -0700 |
commit | 68923d079602d8a8b7f35e1b56032e03e323ea09 (patch) | |
tree | c5e052fb76417a6dee377c89041b02f2d50ba00c /src/gui/popupmenu.h | |
parent | a7c21e6f8add37af7412449742ec55c8daa8571a (diff) | |
parent | 227ccbf5161d277a9cb87939fb1b1e54d40560dc (diff) | |
download | mana-client-68923d079602d8a8b7f35e1b56032e03e323ea09.tar.gz mana-client-68923d079602d8a8b7f35e1b56032e03e323ea09.tar.bz2 mana-client-68923d079602d8a8b7f35e1b56032e03e323ea09.tar.xz mana-client-68923d079602d8a8b7f35e1b56032e03e323ea09.zip |
Merge branch 'master' into statuseffects
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r-- | src/gui/popupmenu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h index 2d10e6eb..7f199506 100644 --- a/src/gui/popupmenu.h +++ b/src/gui/popupmenu.h @@ -22,6 +22,8 @@ #ifndef _TMW_POPUP_MENU_H #define _TMW_POPUP_MENU_H +#include <SDL.h> // for Uint32 + #include "window.h" #include "linkhandler.h" @@ -67,7 +69,7 @@ class PopupMenu : public Window, public LinkHandler private: BrowserBox* mBrowserBox; - Being* mBeing; + Uint32 mBeingId; FloorItem* mFloorItem; Item *mItem; |