src/newgrf_config.h
changeset 11180 982e9f814f97
parent 11175 020c61e39c94
--- a/src/newgrf_config.h	Tue Jul 22 18:29:06 2008 +0300
+++ b/src/newgrf_config.h	Tue Jul 22 21:51:14 2008 +0300
@@ -16,7 +16,7 @@
 	GCF_COPY,       ///< The data is copied from a grf in _all_grfs
 	GCF_INIT_ONLY,  ///< GRF file is processed up to GLS_INIT
 	GCF_RESERVED,   ///< GRF file passed GLS_RESERVE stage
-
+    GCF_CACHE,      ///< GRF file was loaded from cache
 };
 
 /** Status of GRF */