mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Formspec button_exit[] and image_button_exit[]
This commit is contained in:
@@ -130,6 +130,7 @@ class GUIFormSpecMenu : public GUIModalMenu
|
||||
{
|
||||
send = false;
|
||||
is_button = false;
|
||||
is_exit = false;
|
||||
}
|
||||
std::wstring fname;
|
||||
std::wstring flabel;
|
||||
@@ -137,6 +138,7 @@ class GUIFormSpecMenu : public GUIModalMenu
|
||||
int fid;
|
||||
bool send;
|
||||
bool is_button;
|
||||
bool is_exit;
|
||||
};
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user