Skip to content

Commit

Permalink
Corrected proto pid offset in define_extra.h
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Jun 17, 2024
1 parent a2ae42f commit 2d20de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/scripting/headers/define_extra.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
//#define RMOBJ_LOAD_WEAPON RMOBJ_ITEM_REMOVED_INVEN

// common prototype offsets for get/set_proto_data
#define PROTO_PID (1)
#define PROTO_PID (0)
#define PROTO_TEXTID (4)
#define PROTO_FID (8)
#define PROTO_LDIST (12)
Expand Down

0 comments on commit 2d20de6

Please sign in to comment.