Fix equality operator mistake

sorry for this...
This commit is contained in:
retro-wertz 2017-12-02 15:36:37 +08:00 committed by GitHub
parent 96d2030176
commit 9253e8bb54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ static int Load(const char *name, MDFNFILE *fp)
HuCLoad(GET_FDATA_PTR(fp) + headerlen, GET_FSIZE_PTR(fp) - headerlen);
if(crc = 0xfae0fc60)
if(crc == 0xfae0fc60)
OrderOfGriffonFix = true;
return(LoadCommon());