src/newgrf_config.h
changeset 11180 982e9f814f97
parent 11175 020c61e39c94
equal deleted inserted replaced
11179:fa96e29d7187 11180:982e9f814f97
    14 	GCF_STATIC,     ///< GRF file is used statically (can be used in any MP game)
    14 	GCF_STATIC,     ///< GRF file is used statically (can be used in any MP game)
    15 	GCF_COMPATIBLE, ///< GRF file does not exactly match the requested GRF (different MD5SUM), but grfid matches)
    15 	GCF_COMPATIBLE, ///< GRF file does not exactly match the requested GRF (different MD5SUM), but grfid matches)
    16 	GCF_COPY,       ///< The data is copied from a grf in _all_grfs
    16 	GCF_COPY,       ///< The data is copied from a grf in _all_grfs
    17 	GCF_INIT_ONLY,  ///< GRF file is processed up to GLS_INIT
    17 	GCF_INIT_ONLY,  ///< GRF file is processed up to GLS_INIT
    18 	GCF_RESERVED,   ///< GRF file passed GLS_RESERVE stage
    18 	GCF_RESERVED,   ///< GRF file passed GLS_RESERVE stage
    19 
    19     GCF_CACHE,      ///< GRF file was loaded from cache
    20 };
    20 };
    21 
    21 
    22 /** Status of GRF */
    22 /** Status of GRF */
    23 enum GRFStatus {
    23 enum GRFStatus {
    24 	GCS_UNKNOWN,      ///< The status of this grf file is unknown
    24 	GCS_UNKNOWN,      ///< The status of this grf file is unknown