summaryrefslogtreecommitdiff
path: root/src/guiInventoryMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-12-01 11:25:55 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-12-01 11:25:55 +0200
commit4196b0d341ec9132490eca6f9a116b80042ee2b1 (patch)
treeba6c770b5b8520c0ae85e1175ea46deb1e7c861a /src/guiInventoryMenu.h
parentebc7a36a837bf85f3f3b8d96abbf352406c02286 (diff)
downloadminetest-4196b0d341ec9132490eca6f9a116b80042ee2b1.tar.xz
Inventory move-to-slot hilighting
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r--src/guiInventoryMenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guiInventoryMenu.h b/src/guiInventoryMenu.h
index 55d18a851..c8fe0d068 100644
--- a/src/guiInventoryMenu.h
+++ b/src/guiInventoryMenu.h
@@ -159,6 +159,7 @@ protected:
core::array<ListDrawSpec> m_draw_spec;
ItemSpec *m_selected_item;
+ v2s32 m_pointer;
};
#endif