Corrected proto pid offset in define_extra.h

This commit is contained in:
NovaRain
2024-06-17 15:21:36 +08:00
parent a2ae42fa8f
commit 2d20de66fc
+1 -1
View File
@@ -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)