Skip to content

Instantly share code, notes, and snippets.

@lobo-tuerto
Created February 18, 2011 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobo-tuerto/833376 to your computer and use it in GitHub Desktop.
Save lobo-tuerto/833376 to your computer and use it in GitHub Desktop.
oewolf@oewolf-M11x-R2:~/development/gamedev/github/missile-command-ruby$ ruby bin/missile-command-ruby
..................
18 image(s) loaded.
.
1 sounds(s) loaded.
.
1 animation(s) loaded.
/home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/systems/interpolation_system.rb:58:in `==': can't convert Explosion into Integer (TypeError)
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/systems/interpolation_system.rb:58:in `=='
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/systems/interpolation_system.rb:58:in `delete'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/systems/interpolation_system.rb:58:in `block in update'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/systems/interpolation_system.rb:57:in `each'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/systems/interpolation_system.rb:57:in `update'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/actor.rb:123:in `block in update'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/actor.rb:122:in `each_pair'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/actor.rb:122:in `update'
from /home/oewolf/development/gamedev/github/missile-command-ruby/lib/explosion.rb:28:in `update'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/game.rb:91:in `block in update'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/game.rb:90:in `each'
from /home/oewolf/.rvm/gems/ruby-1.9.2-p136/gems/lotu-0.1.14/lib/lotu/game.rb:90:in `update'
from bin/missile-command-ruby:5:in `show'
from bin/missile-command-ruby:5:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment