mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
Update comment
This commit is contained in:
parent
4545f954e7
commit
d479917bb7
1 changed files with 1 additions and 1 deletions
|
@ -1919,7 +1919,7 @@ static int lib_getTranslation(lua_State *L)
|
|||
return 1;
|
||||
}
|
||||
|
||||
// #translations -> R_GetNumTranslations()
|
||||
// #translations -> R_NumCustomTranslations()
|
||||
static int lib_translationslen(lua_State *L)
|
||||
{
|
||||
lua_pushinteger(L, R_NumCustomTranslations());
|
||||
|
|
Loading…
Reference in a new issue