Added the damage type offset of weapon proto to define_extra.h.

This commit is contained in:
NovaRain
2017-11-27 14:14:31 +08:00
parent 08242d77d5
commit 9cb2d3df3e
@@ -115,6 +115,7 @@
#define PROTO_WP_ANIM (36)
#define PROTO_WP_DMG_MIN (40)
#define PROTO_WP_DMG_MAX (44)
#define PROTO_WP_DMG_TYPE (48)
#define PROTO_WP_RANGE_1 (52)
#define PROTO_WP_RANGE_2 (56)
#define PROTO_WP_PROJ_PID (60)