From 93bd6e75302acdd004414e915b3cd4458ca730b1 Mon Sep 17 00:00:00 2001 From: MAFINS Date: Wed, 28 Dec 2022 17:27:38 +1100 Subject: [PATCH] Comment out PopulateAllPaintIDs code for PAINTS_WHEELS, PAINTS_INTERIOR, PAINTS_DASHBOARD --- Solution/source/Submenus/VehicleModShop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solution/source/Submenus/VehicleModShop.cpp b/Solution/source/Submenus/VehicleModShop.cpp index 738c99b8..c6ab6be3 100644 --- a/Solution/source/Submenus/VehicleModShop.cpp +++ b/Solution/source/Submenus/VehicleModShop.cpp @@ -432,7 +432,7 @@ namespace sub // Pearl, Wheels, Interior, Dashboard - const std::array, 7> indicesToOmitAll{ { + /*const std::array, 7> indicesToOmitAll{ { {}, //not used {}, //Primary {}, //Secondary @@ -459,7 +459,7 @@ namespace sub pPaints->push_back(paintToInclude); } } - } + }*/ }