Skip to content

Commit

Permalink
more waypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Oct 12, 2023
1 parent 3ff9683 commit cb0325e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/generateFloor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,8 @@ namespace
for (uint32 i = 1; i < portals + 1; i++)
{
const sint32 x = 6 + i * 2;
f.tile(x - 1, h / 2) = TileEnum::Waypoint;
f.extra(x - 1, h / 2).push_back(Waypoint{ bossIndexToLevel(i) - 1 });
f.tile(x, h / 2) = TileEnum::Waypoint;
f.extra(x, h / 2).push_back(Waypoint{ bossIndexToLevel(i) + 1 });
f.tile(x, 2) = TileEnum::Decoration;
Expand Down

0 comments on commit cb0325e

Please sign in to comment.