ExOptsTeam / NFSUExOpts

Need for Speed Underground Extra Options
GNU General Public License v3.0
39 stars 5 forks source link

MakeUserCall function not works for stdcall like functions. #7

Closed CrabJournal closed 3 years ago

CrabJournal commented 3 years ago

Most functions in game calculating stack difference itself. But MakeUserCall may call only cdecl like functions. Functions that I wanted to call was _stdcall Func(eax, stack)