# File lib/rubygame/hotspot.rb, line 120
    def def_hotspot(dfn)
      @hotspots.update(dfn)
    rescue NoMethodError => e
      unless defined? @hotspots
        @hotspots = Hash.new
        retry
      else raise e
      end
    end