mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Lunatic: fix typos in control.lua (get/setmusicposition).
git-svn-id: https://svn.eduke32.com/eduke32@4957 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
57079dfee1
commit
0190983067
1 changed files with 2 additions and 2 deletions
|
@ -1890,11 +1890,11 @@ function _starttrack(level)
|
||||||
end
|
end
|
||||||
|
|
||||||
function _getmusicposition()
|
function _getmusicposition()
|
||||||
return ffic.S_GetMusicPosition()
|
return ffiC.S_GetMusicPosition()
|
||||||
end
|
end
|
||||||
|
|
||||||
function _setmusicposition(position)
|
function _setmusicposition(position)
|
||||||
ffic.S_SetMusicPosition(position)
|
ffiC.S_SetMusicPosition(position)
|
||||||
end
|
end
|
||||||
|
|
||||||
function _startlevel(volume, level)
|
function _startlevel(volume, level)
|
||||||
|
|
Loading…
Reference in a new issue