misc.lua 102 B

123456
  1. -- old non-method sound function
  2. function core.sound_stop(handle, ...)
  3. return handle:stop(...)
  4. end