summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
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 1437c5f..dd139b9 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -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}
};