From 10caf391a1b6de33e1ac03236b2744adc9a2b2c5 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 17 Apr 2011 18:42:17 +0000 Subject: (svn r22343) -Change: Remove pixel limiter for query strings. --- src/vehicle_type.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/vehicle_type.h') diff --git a/src/vehicle_type.h b/src/vehicle_type.h index 32c79421d..a1a8b85ab 100644 --- a/src/vehicle_type.h +++ b/src/vehicle_type.h @@ -64,8 +64,7 @@ enum DepotCommand { DEPOT_COMMAND_MASK = 0xFU << 28, }; -static const uint MAX_LENGTH_VEHICLE_NAME_CHARS = 32; ///< The maximum length of a vehicle name in characters including '\0' -static const uint MAX_LENGTH_VEHICLE_NAME_PIXELS = 150; ///< The maximum length of a vehicle name in pixels +static const uint MAX_LENGTH_VEHICLE_NAME_CHARS = 32; ///< The maximum length of a vehicle name in characters including '\0' /** The length of a vehicle in tile units. */ static const uint VEHICLE_LENGTH = 8; -- cgit v1.2.3-54-g00ecf