Skip to content

Commit

Permalink
Merge pull request #1142 from fabiangreffrath/another-pmap-comment-typo
Browse files Browse the repository at this point in the history
Fixed another p_map.c comment typo
  • Loading branch information
SoDOOManiac authored Jan 21, 2024
2 parents eac3ab7 + b59b55f commit 15dd03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doom/p_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ boolean PTR_ShootTraverse (intercept_t* in)
}
}

// [crispy] check if the bullet puff's z-coordinate is below of above
// [crispy] check if the bullet puff's z-coordinate is below or above
// its spawning sector's floor or ceiling, respectively, and move its
// coordinates to the point where the trajectory hits the plane
if (aimslope)
Expand Down
2 changes: 1 addition & 1 deletion src/heretic/p_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ boolean PTR_ShootTraverse(intercept_t * in)
}
}

// [crispy] check if the hitscan puff's z-coordinate is below of above
// [crispy] check if the hitscan puff's z-coordinate is below or above
// its spawning sector's floor or ceiling, respectively, and move its
// coordinates to the point where the trajectory hits the plane
if (aimslope)
Expand Down

0 comments on commit 15dd03f

Please sign in to comment.