mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-23 20:31:06 +00:00
Oops typo
This commit is contained in:
parent
2794727201
commit
7ed8178372
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ static int ticcmd_set(lua_State *L)
|
|||
else if (fastcmp(field,"latency"))
|
||||
return NOSET;
|
||||
else if (fastcmp(field,"flags"))
|
||||
cmd->buttons = (UINT8)luaL_checkinteger(L, 3);
|
||||
cmd->flags = (UINT8)luaL_checkinteger(L, 3);
|
||||
else
|
||||
return NOFIELD;
|
||||
|
||||
|
|
Loading…
Reference in a new issue