diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-02 13:31:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-02 13:31:36 (GMT) |
| commit | 3dfce2ad3caa1bef7a17f606053ac6e1c98979ae (patch) | |
| tree | 6bed32c4cd07d906b32b57a98dc4e496def66c2d /includes/interface.h | |
| parent | 9f0f9c1acdcc3713e60358b1ffe6db7649abd250 (diff) | |
| download | powder-3dfce2ad3caa1bef7a17f606053ac6e1c98979ae.zip powder-3dfce2ad3caa1bef7a17f606053ac6e1c98979ae.tar.gz | |
Add console show button to quick menu
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 1 |
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} }; |
