Skip to content

Commit

Permalink
Comment out PopulateAllPaintIDs code for PAINTS_WHEELS, PAINTS_INTERI…
Browse files Browse the repository at this point in the history
…OR, PAINTS_DASHBOARD
  • Loading branch information
MAFINS committed Dec 28, 2022
1 parent e734c47 commit 93bd6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Solution/source/Submenus/VehicleModShop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ namespace sub


// Pearl, Wheels, Interior, Dashboard
const std::array<std::vector<int>, 7> indicesToOmitAll{ {
/*const std::array<std::vector<int>, 7> indicesToOmitAll{ {
{}, //not used
{}, //Primary
{}, //Secondary
Expand All @@ -459,7 +459,7 @@ namespace sub
pPaints->push_back(paintToInclude);
}
}
}
}*/

}

Expand Down

0 comments on commit 93bd6e7

Please sign in to comment.