mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-26 11:10:55 +00:00
Remove extra whitespace
This commit is contained in:
parent
08808e2200
commit
13d627ee7f
1 changed files with 0 additions and 1 deletions
|
@ -636,7 +636,6 @@ static int power_get(lua_State *L)
|
|||
// powers, p, value -> powers[p] = value
|
||||
static int power_set(lua_State *L)
|
||||
{
|
||||
|
||||
UINT16 *powers = *((UINT16 **)luaL_checkudata(L, 1, META_POWERS));
|
||||
powertype_t p = luaL_checkinteger(L, 2);
|
||||
UINT16 i = (UINT16)luaL_checkinteger(L, 3);
|
||||
|
|
Loading…
Reference in a new issue