mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
I don't even know how this happened
This commit is contained in:
parent
8e5dd1af19
commit
4aa06071c3
1 changed files with 2 additions and 1 deletions
|
|
@ -634,7 +634,8 @@ static int power_get(lua_State *L)
|
|||
}
|
||||
|
||||
// powers, p, value -> powers[p] = value
|
||||
static int power_set(lua_State *L){
|
||||
static int power_set(lua_State *L)
|
||||
{
|
||||
|
||||
UINT16 *powers = *((UINT16 **)luaL_checkudata(L, 1, META_POWERS));
|
||||
powertype_t p = luaL_checkinteger(L, 2);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue