Add console show button to quick menu

This commit is contained in:
Simon Robertshaw 2012-08-02 14:31:36 +01:00
parent 9f0f9c1acd
commit 3dfce2ad3c

View File

@ -95,6 +95,7 @@ static quick_option quickmenu[] =
{"D", "Show decorations", QM_TOGGLE, &decorations_enable},
{"N", "Newtonian gravity", QM_TOGGLE, &ngrav_enable},
{"A", "Ambient heat", QM_TOGGLE, &aheat_enable},
{"C", "Show Console", QM_TOGGLE, &console_mode},
{NULL}
};