src/newgrf_config.cpp
changeset 5765 27dbbe543fcf
parent 5701 fdb25177500c
child 6073 0fb2bb966428
--- a/src/newgrf_config.cpp	Sun Jan 21 17:09:32 2007 +0000
+++ b/src/newgrf_config.cpp	Sun Jan 21 17:29:38 2007 +0000
@@ -352,10 +352,8 @@
 
 /** Structure for UnknownGRFs; this is a lightweight variant of GRFConfig */
 typedef struct UnknownGRF UnknownGRF;
-struct UnknownGRF {
+struct UnknownGRF : public GRFIdentifier {
 	UnknownGRF *next;
-	uint32 grfid;
-	uint8  md5sum[16];
 	char   name[NETWORK_GRF_NAME_LENGTH];
 };