mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r20307) -Fix (r20305): the palette for baseset extra grfs was never set so it defaulted to dos
This commit is contained in:
parent
56f964eb64
commit
6371e6c4db
@ -286,6 +286,7 @@ bool FillGRFDetails(GRFConfig *config, bool is_static)
|
||||
|
||||
/* Find and load the Action 8 information */
|
||||
LoadNewGRFFile(config, CONFIG_SLOT, GLS_FILESCAN);
|
||||
config->SetSuitablePalette();
|
||||
|
||||
/* Skip if the grfid is 0 (not read) or 0xFFFFFFFF (ttdp system grf) */
|
||||
if (config->ident.grfid == 0 || config->ident.grfid == 0xFFFFFFFF || config->IsOpenTTDBaseGRF()) return false;
|
||||
@ -298,8 +299,6 @@ bool FillGRFDetails(GRFConfig *config, bool is_static)
|
||||
if (HasBit(config->flags, GCF_UNSAFE)) return false;
|
||||
}
|
||||
|
||||
config->SetSuitablePalette();
|
||||
|
||||
return CalcGRFMD5Sum(config);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user