mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-03 09:42:45 +00:00
Lua comment
This commit is contained in:
parent
6b028049e0
commit
6d8e3c2ac1
1 changed files with 1 additions and 1 deletions
|
@ -2565,7 +2565,7 @@ static int lib_sStopFadingMusic(lua_State *L)
|
|||
static int lib_sFadeMusic(lua_State *L)
|
||||
{
|
||||
UINT32 target_volume = (UINT32)luaL_checkinteger(L, 1);
|
||||
UINT32 ms;// = (UINT32)luaL_optinteger(L, 3, UINT32_MAX);
|
||||
UINT32 ms;
|
||||
INT32 source_volume;
|
||||
player_t *player = NULL;
|
||||
NOHUD
|
||||
|
|
Loading…
Reference in a new issue