summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index 24c14ef10..209acaa1b 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -387,7 +387,7 @@ static struct {
uint32 v46;
uint32 v47;
uint32 v49;
- uint8 valid;
+ uint8 valid; ///< Bits indicating what variable is valid (for each bit, \c 0 is invalid, \c 1 is valid).
} _svc;
static uint32 StationGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available)