From 4d5dbf51707c42c24eeafdb65016b079c54adcf2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 2 May 2011 16:14:23 +0000 Subject: (svn r22410) -Document: some more bits ;) --- src/newgrf_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newgrf_config.cpp') diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp index f6e686803..990cdde75 100644 --- a/src/newgrf_config.cpp +++ b/src/newgrf_config.cpp @@ -667,8 +667,8 @@ const GRFConfig *FindGRFConfig(uint32 grfid, FindGRFConfigMode mode, const uint8 /** Structure for UnknownGRFs; this is a lightweight variant of GRFConfig */ struct UnknownGRF : public GRFIdentifier { - UnknownGRF *next; - GRFTextWrapper *name; + UnknownGRF *next; ///< The next unknown GRF. + GRFTextWrapper *name; ///< Name of the GRF. }; /** -- cgit v1.2.3-54-g00ecf