mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
whoops
This commit is contained in:
parent
af45e0cdc3
commit
d3e8f9cf48
1 changed files with 1 additions and 1 deletions
|
|
@ -1083,7 +1083,7 @@ if (strcmp(command, #symb) == 0) { \
|
||||||
if (paramCount != params) { LOG_LUA("gfx_set_command: '" #symb "' received incorrect number of parameters. Received %u, expected %u", paramCount, params); return 0; } \
|
if (paramCount != params) { LOG_LUA("gfx_set_command: '" #symb "' received incorrect number of parameters. Received %u, expected %u", paramCount, params); return 0; } \
|
||||||
UNUSED const char symbolName[] = #symb; \
|
UNUSED const char symbolName[] = #symb; \
|
||||||
REPEAT(HANDLE_PARAM, params); \
|
REPEAT(HANDLE_PARAM, params); \
|
||||||
const Gfx _Gfx[] = { CALL_SYMB(symb, LIST_ARGS(GET_ARG, params)); } \
|
const Gfx _Gfx[] = { CALL_SYMB(symb, LIST_ARGS(GET_ARG, params)) }; \
|
||||||
memcpy(gfx, _Gfx, sizeof(_Gfx)); \
|
memcpy(gfx, _Gfx, sizeof(_Gfx)); \
|
||||||
return 1; \
|
return 1; \
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue