From 88197f7fed2e73bf0a7417fbdfa1f14fdcf8ced8 Mon Sep 17 00:00:00 2001 From: NovaRain Date: Mon, 17 Jun 2024 15:21:56 +0800 Subject: [PATCH] Corrected proto pid offset in define_extra.h --- artifacts/scripting/headers/define_extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/scripting/headers/define_extra.h b/artifacts/scripting/headers/define_extra.h index 37e8cb98..722f2b3c 100644 --- a/artifacts/scripting/headers/define_extra.h +++ b/artifacts/scripting/headers/define_extra.h @@ -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)