summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-12-06 21:42:31 -0700
committerFate <fate-tmw@googlemail.com>2008-12-06 21:42:31 -0700
commit68923d079602d8a8b7f35e1b56032e03e323ea09 (patch)
treec5e052fb76417a6dee377c89041b02f2d50ba00c /src/gui/popupmenu.h
parenta7c21e6f8add37af7412449742ec55c8daa8571a (diff)
parent227ccbf5161d277a9cb87939fb1b1e54d40560dc (diff)
downloadmana-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.h4
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;