Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
  2.  
  3. CellFile *LoadCellFile = D2WIN_LoadCellFile("DATA\\LOCAL\\UI\\ENG\\SoundOptions", 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement