mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-14 06:20:25 +02:00
better creative mode checks, fix crash when digging walls in MCL
This commit is contained in:
@ -1,5 +1,15 @@
|
||||
looped_node_sound = {}
|
||||
|
||||
--looped_node_sound.register({
|
||||
-- node_list = {},
|
||||
-- sound = <SimpleSoundSpec>,
|
||||
-- radius = ,
|
||||
-- cycle_time =,
|
||||
-- gain_per_node =,
|
||||
-- max_gain =,
|
||||
-- max_hear_distance =,
|
||||
--})
|
||||
|
||||
looped_node_sound.register = function(def)
|
||||
local handles = {}
|
||||
local timer = 0
|
||||
|
Reference in New Issue
Block a user