From 7a664bf6be4377aabe03f118fcdb6d1d3abc48f5 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Fri, 1 Jul 2022 12:39:08 +0200 Subject: Fixed comment --- src/SBaseFileTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3