src/vehicle.h
changeset 7089 7230d3e22a5f
parent 7076 3bc104d72eef
child 7090 8e4a4ac64b2d
--- a/src/vehicle.h	Mon May 07 13:26:10 2007 +0000
+++ b/src/vehicle.h	Mon May 07 15:58:05 2007 +0000
@@ -375,6 +375,11 @@
 	 * Invalidates the vehicle list window of this type of vehicle
 	 */
 	virtual WindowClass GetVehicleListWindowClass() const { return WC_NONE; }
+
+	/**
+	 * Play the sound associated with leaving the station
+	 */
+	virtual void PlayLeaveStationSound() const {}
 };
 
 /**