/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to rock.lua

  • Committer: Josh C
  • Date: 2013-05-18 00:09:56 UTC
  • Revision ID: josh@9ix.org-20130518000956-s9717aensfsq1b3c
fix double-removing sprites (and subsequent zombie mirror bullets).  
also lots of debug stuff.

Show diffs side-by-side

added added

removed removed

62
62
                     self.rock = nil -- break circular reference
63
63
 
64
64
                     the.bullets:remove(other)
 
65
                     other:die()
65
66
                  end
66
67
               end
67
68
}
 
 
'\\ No newline at end of file'