mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
Lua S_GetMusicPosition: Remove erroneous position input line
# Conflicts: # src/lua_baselib.c
This commit is contained in:
parent
3fb4559480
commit
8d0044c5f1
1 changed files with 1 additions and 1 deletions
|
@ -2293,7 +2293,7 @@ static int lib_sPauseMusic(lua_State *L)
|
|||
if (!player || P_IsLocalPlayer(player))
|
||||
S_PauseAudio();
|
||||
else
|
||||
lua_pushboolean(L, false);
|
||||
lua_pushnil(L);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue