From 61ff042460410d5382db56c4af86db6c277f02e1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 18 Nov 2010 14:17:55 +0000 Subject: (svn r21238) -Feature: [NewGRF] Support callback 0x10 for RVs and ships (Hirundo) --- src/newgrf_callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_callbacks.h') diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h index 22daba598..5e9ab78f7 100644 --- a/src/newgrf_callbacks.h +++ b/src/newgrf_callbacks.h @@ -279,7 +279,7 @@ enum CallbackID { * Some callbacks are always used and don't have a mask. */ enum VehicleCallbackMask { - CBM_VEHICLE_VISUAL_EFFECT = 0, ///< Visual effects and wagon power (trains only) + CBM_VEHICLE_VISUAL_EFFECT = 0, ///< Visual effects and wagon power (trains, road vehicles and ships) CBM_VEHICLE_LENGTH = 1, ///< Vehicle length (trains and road vehicles) CBM_VEHICLE_LOAD_AMOUNT = 2, ///< Load amount CBM_VEHICLE_REFIT_CAPACITY = 3, ///< Cargo capacity after refit -- cgit v1.2.3-54-g00ecf