Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bound math on mass screenshot verb #5814

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

Drulikar
Copy link
Contributor

@Drulikar Drulikar commented Feb 26, 2024

About the pull request

This PR is a follow up to #5165 fixing the mass screenshot verb. See screenshots section below for comparison.

As far as I can tell the max x and max y is unchanged from before to now, so its just the concept of a min x and y that was handled incorrectly in how this verb was modified:
Before that PR: cur_level.x_bounds: 175 cur_level.y_bounds: 226
After that PR: MAP_MAXX: 175 MAP_MINX: 1 MAP_MAXY: 226 MAP_MINY: 1

Explain why it's good for the game

Bug fixes are good.

Testing Photographs and Procedure

Screenshots & Videos

Before this PR:
before

After this PR:
after

Changelog

🆑 Drathek
fix: Fixed the Mass Screenshot Debug verb bounds
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Feb 26, 2024
@SabreML SabreML added this pull request to the merge queue Feb 27, 2024
Merged via the queue into cmss13-devs:master with commit d3ff37a Feb 27, 2024
28 checks passed
cm13-github added a commit that referenced this pull request Feb 27, 2024
@Drulikar Drulikar deleted the Fix_Mass_Screenshot_Bounds branch February 28, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants