From 41448e92bf0ea299250a1319204aeab0f7ef3bcc Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Fri, 28 Oct 2011 22:35:50 +0100 Subject: Add Decorations toggle to quick menu 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} }; -- cgit v0.9.2-21-gd62e