src/vehicle.h
changeset 6594 9673331eb174
parent 6593 102aa05c5ca4
child 6603 076b05312635
--- a/src/vehicle.h	Mon May 07 15:58:05 2007 +0000
+++ b/src/vehicle.h	Mon May 07 16:21:34 2007 +0000
@@ -317,6 +317,13 @@
 	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)