删除三个声音模块中不知道什么时候加的没用的东西
This commit is contained in:
@@ -5,7 +5,6 @@ local BGM={
|
|||||||
play=NULL,
|
play=NULL,
|
||||||
freshVolume=NULL,
|
freshVolume=NULL,
|
||||||
stop=NULL,
|
stop=NULL,
|
||||||
reload=NULL,
|
|
||||||
--nowPlay=[str:playing ID]
|
--nowPlay=[str:playing ID]
|
||||||
--playing=[src:playing SRC]
|
--playing=[src:playing SRC]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ local SFX={
|
|||||||
play=NULL,
|
play=NULL,
|
||||||
fplay=NULL,
|
fplay=NULL,
|
||||||
reset=NULL,
|
reset=NULL,
|
||||||
reload=NULL,
|
|
||||||
}
|
}
|
||||||
function SFX.init(list)
|
function SFX.init(list)
|
||||||
SFX.init=nil
|
SFX.init=nil
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ local VOC={
|
|||||||
getFreeChannel=NULL,
|
getFreeChannel=NULL,
|
||||||
play=NULL,
|
play=NULL,
|
||||||
update=NULL,
|
update=NULL,
|
||||||
reload=NULL,
|
|
||||||
}
|
}
|
||||||
function VOC.init(list)
|
function VOC.init(list)
|
||||||
VOC.init=nil
|
VOC.init=nil
|
||||||
|
|||||||
Reference in New Issue
Block a user