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

Converting Position into using u8 for in-room x and y #346

Merged
merged 2 commits into from
Apr 18, 2021

Conversation

khoover
Copy link
Contributor

@khoover khoover commented Apr 14, 2021

No description provided.

khoover added 2 commits April 14, 2021 10:53
…nstead of u32

In other places, we use u8 for the in-room (x,y) positions. This isn't reflected in Position, where
instead u32 is used. This fixes that.

BREAKING CHANGE: Position only accepts and returns u8 instead of u32 for the in-room x and y.
@Azaril Azaril merged commit ef038f2 into rustyscreeps:bindgen Apr 18, 2021
@khoover khoover deleted the position_u8_conversion branch November 9, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants