/traderous

To get this branch, use:
bzr branch http://9ix.org/bzr/traderous

« back to all changes in this revision

Viewing changes to zoetrope/core/globals.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

Lines of Context:
231
231
                                local dumpValue = dump(value, ignore)
232
232
 
233
233
                                if dumpValue ~= '' then
234
 
           result = result .. '[' .. dump(key) .. '] = ' .. dumpValue .. ', '
 
234
                                        result = result .. '["' .. key .. '"] = ' .. dumpValue .. ', '
235
235
                                end
236
236
 
237
237
                                if type(value) == 'table' then