Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Oct 8, 2024
1 parent 2e39c06 commit 75d3ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/logic/CMainConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ bool CMainConfig::Load()

// Find bitnumber
bool found = false;
for (std::uint8_t i = 0; i < NUMELMS(gtaDataFiles); i++)
for (std::size_t i = 0; i < std::size(gtaDataFiles); i++)
{
if (name == gtaDataFiles[i].szRealFilename)
{
Expand Down

0 comments on commit 75d3ccb

Please sign in to comment.