mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Lua comment
This commit is contained in:
parent
2fb7eb5679
commit
32a7bee02c
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…
Add table
Reference in a new issue