Skip to content

Commit

Permalink
remove old debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Sep 28, 2023
1 parent 3927b06 commit 1092639
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game_api/layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,11 @@ Entity* Layer::spawn_door(float x, float y, uint8_t w, uint8_t l, uint8_t t)
{
case 11:
{
DEBUG("In camp, spawning starting exit");
door = spawn_entity(to_id("ENT_TYPE_FLOOR_DOOR_STARTING_EXIT"), round(x), round(y), false, 0.0, 0.0, true);
break;
}
case 12:
{
DEBUG("In game, spawning regular exit");
door = spawn_entity(to_id("ENT_TYPE_FLOOR_DOOR_EXIT"), round(x), round(y), false, 0.0, 0.0, true);
break;
}
Expand Down

0 comments on commit 1092639

Please sign in to comment.