Fixed issue with not loading plugy files when -direct -txt is used.

This commit is contained in:
markm11 2020-11-14 07:43:45 -05:00
parent fc8c4a8a15
commit bdb13151cf

View File

@ -86,8 +86,10 @@ FCT_ASM( caller_isModFile_114 )
TEST EAX, EAX
JE ISNOTMODDATA
MOV EDX, 0x00100001
JMP ALLDONE
ISNOTMODDATA :
MOV EDX, DWORD PTR SS : [EBP + 0x10]
ALLDONE :
LEA EAX, DWORD PTR SS : [EBP - 0x108]
RETN
}}