1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Formspec: Don't perform black magic if selected item fits the guess

This commit is contained in:
Kahrl 2013-06-18 01:32:11 +02:00
parent c8ed61b281
commit d74c377337
2 changed files with 49 additions and 48 deletions

View file

@ -186,6 +186,7 @@ public:
void drawSelectedItem();
void drawMenu();
void updateSelectedItem();
ItemStack verifySelectedItem();
void acceptInput();
bool OnEvent(const SEvent& event);