summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-28 21:35:50 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-28 21:35:50 (GMT)
commit41448e92bf0ea299250a1319204aeab0f7ef3bcc (patch)
tree28f446f1c3bb725fa33758c630de9334583e7212 /includes/interface.h
parent228e79eb4fa3e280c139564ef5a65c45fbc7f4b1 (diff)
downloadpowder-41448e92bf0ea299250a1319204aeab0f7ef3bcc.zip
powder-41448e92bf0ea299250a1319204aeab0f7ef3bcc.tar.gz
Add Decorations toggle to quick menu
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h
index 0a1cd44..4b02052 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -73,6 +73,7 @@ static quick_option quickmenu[] =
{
{"P", "Sand effect", QM_TOGGLE, &pretty_powder},
{"G", "Draw gravity grid", QM_TOGGLE, &drawgrav_enable},
+ {"D", "Show decorations", QM_TOGGLE, &decorations_enable},
{NULL}
};