注释首字母大写

This commit is contained in:
MrZ_26
2020-07-31 00:35:43 +08:00
parent cef926707a
commit 330396b736
24 changed files with 119 additions and 107 deletions

View File

@@ -38,7 +38,7 @@ function SFX.fieldPlay(s,v,P)
end
function SFX.play(s,vol,pos,force)
if setting.sfx==0 and not force then return end
local S=SFX.list[s]--source list
local S=SFX.list[s]--Source list
if not S then return end
local n=1
while S[n]:isPlaying()do