summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_airport.h')
-rw-r--r--src/newgrf_airport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/newgrf_airport.h b/src/newgrf_airport.h
index d08dfd4ec..c0aac9396 100644
--- a/src/newgrf_airport.h
+++ b/src/newgrf_airport.h
@@ -19,7 +19,7 @@
#include "newgrf_commons.h"
#include "gfx_type.h"
-/* Copy from station_map.h */
+/** Copy from station_map.h */
typedef byte StationGfx;
/** Tile-offset / AirportTileID pair. */
@@ -93,10 +93,10 @@ struct AirportSpec {
return (byte)(this - specs);
}
- static AirportSpec dummy;
+ static AirportSpec dummy; ///< The dummy airport.
private:
- static AirportSpec specs[NUM_AIRPORTS];
+ static AirportSpec specs[NUM_AIRPORTS]; ///< Specs of the airports.
};
/** Information related to airport classes. */