Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NakedMoleRatScientist committed Feb 3, 2009
1 parent 1503d5f commit bf63e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_warrior/level.rb
Expand Up @@ -60,7 +60,7 @@ def play(turns = 1000)
@floor.units.each { |unit| unit.perform_turn }
yield if block_given?
@time_bonus -= 1 if @time_bonus > 0
@engine.units.update()
engine_update()
wait()
end
end
Expand Down

0 comments on commit bf63e6d

Please sign in to comment.