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 spawn cost overflow #5

Closed
wants to merge 1 commit into from
Closed

Fix spawn cost overflow #5

wants to merge 1 commit into from

Conversation

jerem-ma
Copy link

@jerem-ma jerem-ma commented Dec 13, 2022

Hey !
If a player try to spawn an amount of units >= 214748365, an overflow occurs because of a multiplication by 10, causing the variable to overflow and become negative.
Fixes #6

If a player try to spawn an amount of units >= 214748365, an overflow
occurs because of a multiplication by 10, causing the variable to
overflow and become negative.
@CGjupoulton
Copy link
Contributor

Fixed in 7694269

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.

Spawn cost overflow with a big number of spawned units
2 participants