diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-07-01 12:39:08 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-07-01 12:39:08 +0200 |
commit | 7a664bf6be4377aabe03f118fcdb6d1d3abc48f5 (patch) | |
tree | 602083fa1a0fa8df07b4ccfc37fd6f16301289ec /src | |
parent | 0edf4b9d3823589b2630e777e29907c97a0cc514 (diff) |
Fixed comment
Diffstat (limited to 'src')
-rw-r--r-- | src/SBaseFileTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SBaseFileTable.cpp b/src/SBaseFileTable.cpp index 58e259f..1122ab1 100644 --- a/src/SBaseFileTable.cpp +++ b/src/SBaseFileTable.cpp @@ -782,7 +782,7 @@ static TMPQHash * GetHashEntryLocale(TMPQArchive * ha, const char * szFileName, return pHash;
// Storm_2016.dll: 150209D9
- // If (locale matches or is neutral) OR (platform matches or is neutral), remember this as the best entry
+ // If (locale matches or is neutral) AND (platform matches or is neutral), remember this as the best entry
// Also remember the first matching entry for Starcraft maps
if(pHash->lcLocale == 0 || pHash->lcLocale == lcLocale)
{
|