Add Decorations toggle to quick menu
This commit is contained in:
parent
228e79eb4f
commit
41448e92bf
@ -73,6 +73,7 @@ static quick_option quickmenu[] =
|
|||||||
{
|
{
|
||||||
{"P", "Sand effect", QM_TOGGLE, &pretty_powder},
|
{"P", "Sand effect", QM_TOGGLE, &pretty_powder},
|
||||||
{"G", "Draw gravity grid", QM_TOGGLE, &drawgrav_enable},
|
{"G", "Draw gravity grid", QM_TOGGLE, &drawgrav_enable},
|
||||||
|
{"D", "Show decorations", QM_TOGGLE, &decorations_enable},
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user