summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-07-22 17:28:09 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-07-22 17:40:48 +0300
commit6dfefaf22962e1040dfe4c568d6d0598f46bb70d (patch)
treebd13dd82956332bd21617447527236b12df29aa3 /src/guiFormSpecMenu.h
parentd44f8a854bb72006c92263d7260ba3e6272bbbe7 (diff)
downloadminetest-6dfefaf22962e1040dfe4c568d6d0598f46bb70d.tar.gz
minetest-6dfefaf22962e1040dfe4c568d6d0598f46bb70d.tar.bz2
minetest-6dfefaf22962e1040dfe4c568d6d0598f46bb70d.zip
Formspec button_exit[] and image_button_exit[]
Diffstat (limited to 'src/guiFormSpecMenu.h')
-rw-r--r--src/guiFormSpecMenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h
index 0830165a5..8e9557566 100644
--- a/src/guiFormSpecMenu.h
+++ b/src/guiFormSpecMenu.h
@@ -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: