Skip to content

Commit

Permalink
Merge pull request #639 from zsoolt997/zsoolt997-patch-1
Browse files Browse the repository at this point in the history
Fix `y_vehicledata` seat array
  • Loading branch information
Y-Less committed Oct 9, 2023
2 parents c83a1ca + 2a73c76 commit bd19114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion YSI_Game/y_vehicledata/y_vehicledata_entry.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ stock
},
YSI_gVehicleSeats[VIM:VIM_MODEL_COUNT] =
{
0,
4,
2,
2,
Expand Down Expand Up @@ -1258,7 +1259,8 @@ stock
1,
4,
1,
1
1,
0
};
/*-------------------------------------------------------------------------*//**
* <param name="vehicleid">The vehicleid to get speed.</param>
Expand Down

0 comments on commit bd19114

Please sign in to comment.