From 1fa98e169529b070c19a6bc0cff311ebc993b468 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 19 Aug 2010 20:58:30 +0000 Subject: (svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future --- src/ai/api/ai_vehicle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/api/ai_vehicle.hpp') diff --git a/src/ai/api/ai_vehicle.hpp b/src/ai/api/ai_vehicle.hpp index 126503e21..083e9da1c 100644 --- a/src/ai/api/ai_vehicle.hpp +++ b/src/ai/api/ai_vehicle.hpp @@ -97,7 +97,7 @@ public: VS_INVALID = 0xFF, ///< An invalid vehicle state. }; - static const VehicleID VEHICLE_INVALID = 0xFFFF; ///< Invalid VehicleID. + static const VehicleID VEHICLE_INVALID = 0xFFFFF; ///< Invalid VehicleID. /** * Checks whether the given vehicle is valid and owned by you. -- cgit v1.2.3-54-g00ecf