diff options
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r-- | src/guiInventoryMenu.h | 1 |
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 |