Skip to content

Commit

Permalink
Added Track wheels to mod shop, renamed Formula tires to prevent auto…
Browse files Browse the repository at this point in the history
…matic renaming to "PR4" (#258)
  • Loading branch information
metoxys authored Aug 15, 2021
1 parent 2399382 commit 2481ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solution/source/Submenus/VehicleModShop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ namespace sub
bool ms_bit_bike_back;
//INT ms_old_wtype, ms_old_windex, ms_old_windexBB;
int ms_max_windices;
std::vector<std::string> vWheelTNames{ "Sport", "Muscle", "Lowrider", "SUV", "Offroad", "Tuner", "Bike", "High-End", "Benny's Originals", "Benny's Bespoke", "Formula", "Street" };
std::vector<std::string> vWheelTNames{ "Sport", "Muscle", "Lowrider", "SUV", "Offroad", "Tuner", "Bike", "High-End", "Benny's Originals", "Benny's Bespoke", "Open Wheel", "Street", "Track" };
//std::vector<std::string> vWheelTNames{ "CMOD_WHE1_5", "CMOD_WHE1_3", "CMOD_WHE1_2", "CMOD_WHE1_6", "CMOD_WHE1_4", "CMOD_WHE1_7", "CMOD_WHE1_0", "CMOD_WHE1_1", "Benny's Original", "Benny's Bespoke" };
//std::vector<std::string> vAllWheelNames[]
//{
Expand Down

0 comments on commit 2481ae5

Please sign in to comment.