aboutsummaryrefslogtreecommitdiff
path: root/src/SBaseFileTable.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2022-07-01 12:39:08 +0200
committerLadislav Zezula <ladislav.zezula@avast.com>2022-07-01 12:39:08 +0200
commit7a664bf6be4377aabe03f118fcdb6d1d3abc48f5 (patch)
tree602083fa1a0fa8df07b4ccfc37fd6f16301289ec /src/SBaseFileTable.cpp
parent0edf4b9d3823589b2630e777e29907c97a0cc514 (diff)
Fixed comment
Diffstat (limited to 'src/SBaseFileTable.cpp')
-rw-r--r--src/SBaseFileTable.cpp2
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)
{