diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-11-18 19:17:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 19:17:33 +0100 |
commit | aea84bea149020385eadcd3df348d8e6fcbab733 (patch) | |
tree | 4886ebc5f1aba7695a5bcc96baa6e97885b8c045 /src/SBaseCommon.cpp | |
parent | 725327a23b0ad9a148521353697eb4b27e3f7631 (diff) | |
parent | b13aaed6d0a940934dcb26aa3cb28ffc0dd06c48 (diff) |
Merge pull request #193 from ladislav-zezula/NP_Protect_continued
Fixed some variants of NP_Protect-ed maps
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r-- | src/SBaseCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index 34a7a25..97ebc59 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -962,7 +962,7 @@ void * LoadMpqTable( }
}
- // If everything succeeded, read the raw table form the MPQ
+ // If everything succeeded, read the raw table from the MPQ
if(FileStream_Read(ha->pStream, &ByteOffset, pbToRead, dwBytesToRead))
{
// First of all, decrypt the table
|