diff options
Diffstat (limited to 'src/vehicle.h')
-rw-r--r-- | src/vehicle.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vehicle.h b/src/vehicle.h index 37bff24ca..6fe8f5521 100644 --- a/src/vehicle.h +++ b/src/vehicle.h @@ -317,6 +317,13 @@ struct Vehicle { void LeaveStation(); /** + * Handle the loading of the vehicle; when not it skips through dummy + * orders and does nothing in all other cases. + * @param mode is the non-first call for this vehicle in this tick? + */ + void HandleLoading(bool mode = false); + + /** * An overriden version of new, so you can use the vehicle instance * instead of a newly allocated piece of memory. * @param size the size of the variable (unused) |