1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00
minetest/builtin/mainmenu/misc.lua

7 lines
102 B
Lua
Raw Normal View History

-- old non-method sound function
function core.sound_stop(handle, ...)
return handle:stop(...)
end