1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-30 20:53:45 +01: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);