# File lib/rubygame/sound.rb, line 127
  def initialize_copy( other )
    @struct  = other.struct
    @volume  = other.volume
    @channel = -1
  end