1
0
Fork 0

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

pull/9195/head
Loïc Guilloux 2021-05-05 16:32:41 +02:00 committed by GitHub
parent a432009f06
commit 605bd24674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -835,9 +835,6 @@ char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last)
return dst; 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. * Search a textfile file next to this NewGRF.
* @param type The type of the textfile to search for. * @param type The type of the textfile to search for.