1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Inventory move-to-slot hilighting

This commit is contained in:
Perttu Ahola 2011-12-01 11:25:55 +02:00
parent ebc7a36a83
commit 4196b0d341
2 changed files with 16 additions and 5 deletions

View file

@ -159,6 +159,7 @@ protected:
core::array<ListDrawSpec> m_draw_spec;
ItemSpec *m_selected_item;
v2s32 m_pointer;
};
#endif