diff options
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index a8a511e..0a1cd44 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -69,7 +69,7 @@ static menu_section msections[] = //doshow does not do anything currently. {"\xC8", "Cracker!", 0, 0}, }; -static quick_option quickmenu[] = //doshow does not do anything currently. +static quick_option quickmenu[] = { {"P", "Sand effect", QM_TOGGLE, &pretty_powder}, {"G", "Draw gravity grid", QM_TOGGLE, &drawgrav_enable}, |
