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

Removing long (part 2): Convert item charges to int #31453

Merged
merged 1 commit into from
Jun 15, 2019

Conversation

jbytheway
Copy link
Contributor

Summary

SUMMARY: None

Purpose of change

Continuing effort to eliminate uses of long.

The actual charges value in the item objects was changed to an int a while ago, but many other places working with charges or amounts of items were still using long.

Describe the solution

Convert those.

The actual charges value in the item objects was changed to an int a
while ago, but many other places working with charges or amounts of
items were still using long.  Convert those.
@ZhilkinSerg ZhilkinSerg added [C++] Changes (can be) made in C++. Previously named `Code` Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style labels Jun 15, 2019
@ZhilkinSerg ZhilkinSerg merged commit 7b0c54a into CleverRaven:master Jun 15, 2019
@kevingranade
Copy link
Member

kevingranade commented Jun 15, 2019

shakes fist I was just about to merge that!

@ZhilkinSerg
Copy link
Contributor

shakes fist I was just about to merge
that!

Nelson: HA-HA!

@jbytheway jbytheway deleted the item_charges_as_ints branch June 15, 2019 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants