mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 20:49:11 +00:00
(svn r23595) -Codechange: add comma after last enum to get a more uniform coding style
This commit is contained in:
@@ -84,7 +84,7 @@ enum GrfSpecFeature {
|
||||
GSF_FAKE_TOWNS = GSF_END, ///< Fake town GrfSpecFeature for NewGRF debugging (parent scope)
|
||||
GSF_FAKE_END, ///< End of the fake features
|
||||
|
||||
GSF_INVALID = 0xFF ///< An invalid spec feature
|
||||
GSF_INVALID = 0xFF, ///< An invalid spec feature
|
||||
};
|
||||
|
||||
static const uint32 INVALID_GRFID = 0xFFFFFFFF;
|
||||
|
Reference in New Issue
Block a user