1
0
Fork 0

Codefix: Missing PR reference

Co-authored-by: rubidium42 <rubidium42@users.noreply.github.com>
pull/14049/head
frosch 2025-04-20 22:07:08 +02:00 committed by GitHub
parent d6b716e20b
commit 6d78b49498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ enum SaveLoadVersion : uint16_t {
SLV_ENCODED_STRING_FORMAT, ///< 350 PR#13499 Encoded String format changed.
SLV_PROTECT_PLACED_HOUSES, ///< 351 PR#13270 Houses individually placed by players can be protected from town/AI removal.
SLV_SCRIPT_SAVE_INSTANCES, ///< 352 PR#13556 Scripts are allowed to save instances.
SLV_FIX_SCC_ENCODED_NEGATIVE, ///< 352 PR# Fix encoding of negative parameters.
SLV_FIX_SCC_ENCODED_NEGATIVE, ///< 353 PR#14049 Fix encoding of negative parameters.
SL_MAX_VERSION, ///< Highest possible saveload version
};