Cleanup: Leftover static const variable from a3b356e (#9194)

pull/332/head
Loïc Guilloux 3 years ago committed by GitHub
parent a432009f06
commit 605bd24674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -835,9 +835,6 @@ char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last)
return dst;
}
/** Base GRF ID for OpenTTD's base graphics GRFs. */
static const uint32 OPENTTD_GRAPHICS_BASE_GRF_ID = BSWAP32(0xFF4F5400);
/**
* Search a textfile file next to this NewGRF.
* @param type The type of the textfile to search for.

Loading…
Cancel
Save