Skip to content

Commit

Permalink
Update omp_vehicle.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sheed committed Oct 4, 2023
1 parent ca17bdc commit b5369ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omp_vehicle.inc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const INVALID_VEHICLE_ID = 0xFFFF;
* <library>omp_vehicle</library>
*/
#define VEHICLE_MODEL: __TAG(VEHICLE_MODEL):
enum VEHICLE_MODEL:__VEHICLE_MODELS
enum VEHICLE_MODEL:MAX_VEHICLE_MODELS
{
VEHICLE_MODEL_UNKNOWN = 0,
VEHICLE_MODEL_LANDSTAL = 400,
Expand Down Expand Up @@ -390,7 +390,7 @@ enum VEHICLE_MODEL:__VEHICLE_MODELS
VEHICLE_MODEL_UTILITYTRAILER = 611,
VEHICLE_MODEL_UTILITY_TRAILER = VEHICLE_MODEL_UTILITYTRAILER
}
static stock VEHICLE_MODEL:_@VEHICLE_MODEL() { return __VEHICLE_MODELS; }
static stock VEHICLE_MODEL:_@VEHICLE_MODEL() { return MAX_VEHICLE_MODELS; }

/**
* <library>omp_vehicle</library>
Expand Down

0 comments on commit b5369ea

Please sign in to comment.