diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-25 10:40:41 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-25 10:40:41 (GMT) |
| commit | ef3bab249a0ceb1d18dd4871b3a888098270cf8a (patch) | |
| tree | 3c357cd88b605dc5662b6eb423d5d1b2e85200ac /includes/interface.h | |
| parent | 07a1f21df484a252d54c82262ade6d4117425694 (diff) | |
| download | powder-ef3bab249a0ceb1d18dd4871b3a888098270cf8a.zip powder-ef3bab249a0ceb1d18dd4871b3a888098270cf8a.tar.gz | |
Fix syntax errors
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}, |
