From 6d8e3c2ac188b63d700bc99b317bfd6b0e407967 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Mon, 20 Aug 2018 00:28:54 -0400 Subject: [PATCH] Lua comment --- src/lua_baselib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_baselib.c b/src/lua_baselib.c index e9d3ebf48..37a3622d1 100644 --- a/src/lua_baselib.c +++ b/src/lua_baselib.c @@ -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