Skip to content

Commit

Permalink
Fix compilation error in ped randomizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Parik27 committed Mar 4, 2024
1 parent dd56eba commit 9a170be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ped.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

PedRandomizer *PedRandomizer::mInstance = nullptr;

std::vector<std::string> PedRandomizer::specialModels;
//std::vector<std::string> PedRandomizer::specialModels;

/*******************************************************/
int
Expand Down

0 comments on commit 9a170be

Please sign in to comment.