Fix #10771, 3901ef9: GRFConfig.filename is now a std::string (#10774)

This commit is contained in:
Loïc Guilloux 2023-05-06 16:58:47 +02:00 committed by GitHub
parent b67cf7f94a
commit 31d1a323ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ void NewGRFMappingChunkHandler::Load() const
static const SaveLoad _grfconfig_desc[] = {
SLE_STR(GRFConfig, filename, SLE_STR, 0x40),
SLE_SSTR(GRFConfig, filename, SLE_STR),
SLE_VAR(GRFConfig, ident.grfid, SLE_UINT32),
SLE_ARR(GRFConfig, ident.md5sum, SLE_UINT8, 16),
SLE_CONDVAR(GRFConfig, version, SLE_UINT32, SLV_151, SL_MAX_VERSION),