Fix syntax errors
This commit is contained in:
parent
07a1f21df4
commit
ef3bab249a
@ -69,7 +69,7 @@ static menu_section msections[] = //doshow does not do anything currently.
|
|||||||
{"\xC8", "Cracker!", 0, 0},
|
{"\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},
|
{"P", "Sand effect", QM_TOGGLE, &pretty_powder},
|
||||||
{"G", "Draw gravity grid", QM_TOGGLE, &drawgrav_enable},
|
{"G", "Draw gravity grid", QM_TOGGLE, &drawgrav_enable},
|
||||||
|
@ -307,7 +307,7 @@ int graphics_COAL(GRAPHICS_FUNC_ARGS);
|
|||||||
int graphics_STKM(GRAPHICS_FUNC_ARGS);
|
int graphics_STKM(GRAPHICS_FUNC_ARGS);
|
||||||
int graphics_STKM2(GRAPHICS_FUNC_ARGS);
|
int graphics_STKM2(GRAPHICS_FUNC_ARGS);
|
||||||
int graphics_DEST(GRAPHICS_FUNC_ARGS);
|
int graphics_DEST(GRAPHICS_FUNC_ARGS);
|
||||||
int graphics_EMP(GRAPHICS_FUNC_ARGS;
|
int graphics_EMP(GRAPHICS_FUNC_ARGS);
|
||||||
int graphics_LIGH(GRAPHICS_FUNC_ARGS);
|
int graphics_LIGH(GRAPHICS_FUNC_ARGS);
|
||||||
|
|
||||||
#define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt
|
#define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt
|
||||||
|
Reference in New Issue
Block a user