summaryrefslogtreecommitdiff
path: root/src/guiMainMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-24 00:11:23 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-24 00:11:23 +0300
commit0034744568ccf97c20638a7e4eb7afc11c4579d6 (patch)
tree19f934ebf933ca97482905b1dce3cf9b00633921 /src/guiMainMenu.h
parent60a565c1d2cfca9dac01c3ef77395cf81cd98391 (diff)
downloadminetest-0034744568ccf97c20638a7e4eb7afc11c4579d6.tar.gz
minetest-0034744568ccf97c20638a7e4eb7afc11c4579d6.tar.bz2
minetest-0034744568ccf97c20638a7e4eb7afc11c4579d6.zip
Made the main menu a bit more unique looking
Diffstat (limited to 'src/guiMainMenu.h')
-rw-r--r--src/guiMainMenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guiMainMenu.h b/src/guiMainMenu.h
index 010d0bf6d..d003599c4 100644
--- a/src/guiMainMenu.h
+++ b/src/guiMainMenu.h
@@ -31,6 +31,7 @@ struct MainMenuData
{
MainMenuData():
creative_mode(false),
+ enable_damage(false),
delete_map(false)
{}
// These are in the native format of the gui elements
@@ -38,6 +39,7 @@ struct MainMenuData
std::wstring port;
std::wstring name;
bool creative_mode;
+ bool enable_damage;
// If map deletion is requested, this is set to true
bool delete_map;
};