We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e39c06 commit 75d3ccbCopy full SHA for 75d3ccb
Server/mods/deathmatch/logic/CMainConfig.cpp
@@ -263,7 +263,7 @@ bool CMainConfig::Load()
263
264
// Find bitnumber
265
bool found = false;
266
- for (std::uint8_t i = 0; i < NUMELMS(gtaDataFiles); i++)
+ for (std::size_t i = 0; i < std::size(gtaDataFiles); i++)
267
{
268
if (name == gtaDataFiles[i].szRealFilename)
269
0 commit comments