mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-18 16:30:58 +00:00
Lua PositionMusic switch to UINT32
This commit is contained in:
parent
eab4d6b989
commit
a8d379a6da
1 changed files with 1 additions and 1 deletions
|
@ -2257,7 +2257,7 @@ static int lib_sSpeedMusic(lua_State *L)
|
|||
|
||||
static int lib_sPositionMusic(lua_State *L)
|
||||
{
|
||||
float position = 0;
|
||||
UINT32 position = 0;
|
||||
player_t *player = NULL;
|
||||
NOHUD
|
||||
if (!lua_isnone(L, 2) && lua_isuserdata(L, 2))
|
||||
|
|
Loading…
Reference in a new issue