Skip to content

Commit

Permalink
fix yet another incorrect offset; how many will there be?
Browse files Browse the repository at this point in the history
  • Loading branch information
catornot committed Feb 25, 2024
1 parent 07f7e7c commit 4c0103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/squirrelfunctions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ offset_functions! {
sq_get_entity_constant_cbase_entity = sq_GetEntityConstantType where offset(0x3E49B0);
sq_getentityfrominstance = sq_getentityfrominstanceType where offset(0x114F0);

sq_getfunction = sq_getfunctionType where offset(0x572FB0);
sq_getfunction = sq_getfunctionType where offset(0x06cb0);
sq_stackinfos = sq_stackinfosType where offset(0x35970);

sq_pushnewstructinstance = sq_pushnewstructinstanceType where offset(0x5400);
Expand Down

0 comments on commit 4c0103d

Please sign in to comment.