From ff143c67085ad22abb5f6920873fd0ff9eddf603 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 2 May 2011 20:59:54 +0000 Subject: (svn r22413) -Document: even more stuff --- src/cargo_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cargo_type.h') diff --git a/src/cargo_type.h b/src/cargo_type.h index d2261c037..2ca29d203 100644 --- a/src/cargo_type.h +++ b/src/cargo_type.h @@ -113,7 +113,7 @@ enum SourceType { ST_TOWN, ///< Source/destination is a town ST_HEADQUARTERS, ///< Source/destination are company headquarters }; -typedef SimpleTinyEnumT SourceTypeByte; +typedef SimpleTinyEnumT SourceTypeByte; ///< The SourceType packed into a byte for savegame purposes. typedef uint16 SourceID; ///< Contains either industry ID, town ID or company ID (or INVALID_SOURCE) static const SourceID INVALID_SOURCE = 0xFFFF; ///< Invalid/unknown index of source -- cgit v1.2.3-54-g00ecf