(svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF.
This commit is contained in:
@@ -266,7 +266,7 @@ const GRFConfig *FindGRFConfig(uint32 grfid, uint8 *md5sum)
|
||||
|
||||
|
||||
/* Retrieve a NewGRF from the current config by its grfid */
|
||||
const GRFConfig *GetGRFConfig(uint32 grfid)
|
||||
GRFConfig *GetGRFConfig(uint32 grfid)
|
||||
{
|
||||
GRFConfig *c;
|
||||
|
||||
|
Reference in New Issue
Block a user