Fix syntax errors

This commit is contained in:
Simon Robertshaw
2011-10-25 11:40:41 +01:00
parent 07a1f21df4
commit ef3bab249a
2 changed files with 2 additions and 2 deletions

View File

@@ -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},