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 63ccb36e: Incorrect string type for OrderBackup::name save/load #8233

Merged
merged 1 commit into from Jun 22, 2020

Conversation

JGRennison
Copy link
Contributor

In 63ccb36 BaseConsist::name was changed from a malloced char* to a std::string.
OrderBackup inherits from BaseConsist.
The saveload of OrderBackup::name was not updated.
Loading a savegame with an order backup triggers the IsVariableSizeRight assertion.

This savegame contains an order backup: http://www.openttdcoop.org/files/publicserver_archive/PublicServerGame_201_Final.sav

In 63ccb36 BaseConsist::name was changed from a malloced char*
to a std::string.
OrderBackup inherits from BaseConsist.
The saveload of OrderBackup::name was not updated.
@nielsmh nielsmh merged commit e6f3e15 into OpenTTD:master Jun 22, 2020
@JGRennison JGRennison deleted the fix-order-backup-save-load branch January 9, 2024 19:17
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

3 participants