Skip to content

Commit

Permalink
tweak: keep consistent language for enum
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight authored Jan 23, 2025
1 parent 6f331ee commit 3b681dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VEHICLE/GetVehicleColoursWhichCanBeSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: ["0xEEBFC7A7EFDC35B4"]
int GET_VEHICLE_COLOURS_WHICH_CAN_BE_SET(Vehicle vehicle);
```
```cpp
```c
enum eColourBitField {
HAS_BODY_COLOUR1 = 1,
HAS_BODY_COLOUR2 = 2,
Expand Down

0 comments on commit 3b681dc

Please sign in to comment.