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

View file

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