Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbowman committed Oct 30, 2022
1 parent 12a8cb2 commit a567939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void Engine::begin_game(Difficulty d)
p_->checkpoint_room_ = {11, 14};
load(11, 14, false);
// load(6, 6, false); // eyespy
load(7, 7, false); // tetron
// load(7, 7, false); // tetron
// load(11, 4, false); // silencer
// load(9, 6, false); // reaper drone
// load(11, 0, false); // hydra
Expand Down
3 changes: 1 addition & 2 deletions source/objects/enemies/boss/tetron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ class TetronArm : public Enemy


Tetron::Tetron(const Vec2<Fixnum>& pos)
: Enemy(TaggedObject::Tag::ignored, Health{2// 256
})
: Enemy(TaggedObject::Tag::ignored, Health{256})
{
position_ = {pos.x - 4, pos.y - 4};
sprite_index_ = 206;
Expand Down

0 comments on commit a567939

Please sign in to comment.