From 0b1d09ff4f4e92986f6abdbc57db97c18707196a Mon Sep 17 00:00:00 2001 From: sapier Date: Thu, 3 Jan 2013 17:59:28 +0000 Subject: Fix buttons not working for Lua-triggered formspecs --- src/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index e46da6b0e..7052e840a 100644 --- a/src/client.h +++ b/src/client.h @@ -179,6 +179,7 @@ struct ClientEvent } deathscreen; struct{ std::string* formspec; + std::string* formname; } show_formspec; struct{ } textures_updated; -- cgit v1.2.3