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

Spawn cost overflow with a big number of spawned units #6

Closed
jerem-ma opened this issue Dec 13, 2022 · 1 comment
Closed

Spawn cost overflow with a big number of spawned units #6

jerem-ma opened this issue Dec 13, 2022 · 1 comment

Comments

@jerem-ma
Copy link

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.
Fixed in #5

@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 a pull request may close this issue.

2 participants