Fixed loading of external DeHackEd patches

https://forum.zdoom.org/viewtopic.php?t=58685
This commit is contained in:
alexey.lysiuk 2017-12-09 11:37:25 +02:00
parent a3a350e6e8
commit 0bd9437a96
1 changed files with 1 additions and 1 deletions

View File

@ -2490,7 +2490,7 @@ bool D_LoadDehFile(const char *patchfile)
{
FileReader fr;
if (!fr.Open(patchfile))
if (fr.Open(patchfile))
{
PatchSize = fr.GetLength();