1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Fix buttons not working for Lua-triggered formspecs

This commit is contained in:
sapier 2013-01-03 17:59:28 +00:00 committed by Perttu Ahola
parent 8b75736c6f
commit 0b1d09ff4f
8 changed files with 29 additions and 11 deletions

View file

@ -179,6 +179,7 @@ struct ClientEvent
} deathscreen;
struct{
std::string* formspec;
std::string* formname;
} show_formspec;
struct{
} textures_updated;