Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 19, 2023
1 parent fe27fe0 commit e39cdf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fallguys/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ C_DLLEXPORT int Meta_Attach(PLUG_LOADTIME /* now */,

VAR_FROM_SIGNATURE(engine, host_frametime);
VAR_FROM_SIGNATURE(engine, pmovevars);
VAR_FROM_SIGNATURE_RENAME(engine, pg_groupop, g_groupop);
VAR_FROM_SIGNATURE_RENAME(engine, pg_groupmask, g_groupmask);
VAR_FROM_SIGNATURE(engine, pg_groupop);
VAR_FROM_SIGNATURE(engine, pg_groupmask);

#endif

Expand Down
4 changes: 2 additions & 2 deletions fallguys/signatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define sv_models_Signature "\x8B\x84\x82\x2A\x2A\x2A\x00\x89\x04\x24\xE8"
#define host_frametime_Signature "host_frametime"
#define pmovevars_Signature "movevars"
#define sv_areanodes_Signature "sv_areanodes"
#define sv_areanodes_Signature "sv_areanodes"
#define pg_groupop_Signature "g_groupop"
#define pg_groupmask_Signature "g_groupmask"

#endif

0 comments on commit e39cdf5

Please sign in to comment.