diff options
Diffstat (limited to 'src/newgrf_engine.cpp')
-rw-r--r-- | src/newgrf_engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_engine.cpp b/src/newgrf_engine.cpp index e0355d3d4..1b9cc55ca 100644 --- a/src/newgrf_engine.cpp +++ b/src/newgrf_engine.cpp @@ -616,6 +616,7 @@ static uint32 VehicleGetVariable(const ResolverObject *object, byte variable, by } case 0x48: return GetEngine(v->engine_type)->flags; // Vehicle Type Info + case 0x49: return v->build_year; /* Variables which use the parameter */ case 0x60: // Count consist's engine ID occurance |