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 #7609, #7165: In the sprite aligner window the 'Reset relative' b… #7610

Merged
merged 1 commit into from Jun 6, 2019

Conversation

stormcone
Copy link
Contributor

…utton crashes the game.

The 'offs_start_map' is a 'SmallMap', so its own 'Erase' function should be called instead of the underlying vector's 'erase' function.
And fix a "typo". :)

@LordAro
Copy link
Member

LordAro commented May 27, 2019

Commit checker doesn't like the "Fix #xxxx, #yyyy", it expects "Fix #xxxx, Fix #yyyy"
But in this case, I'd just use the actual issue - #7609

…utton crashes the game.

The 'offs_start_map' is a 'SmallMap', so its own 'Erase' function should be called instead of the underlying vector's 'erase' function.
And fix a "typo". :)
@LordAro LordAro merged commit 6396ec0 into OpenTTD:master Jun 6, 2019
@stormcone stormcone deleted the fix-7609 branch June 17, 2019 18:39
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.

None yet

2 participants