From 7e1c296ecfaa1e70794cacc72d74a34c9220a0ef Mon Sep 17 00:00:00 2001 From: Natedog2012 Date: Sat, 4 Apr 2015 05:04:12 -0700 Subject: [PATCH] Fix for RoF2 Bow shoot animation struct was off --- common/patches/rof2_structs.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/common/patches/rof2_structs.h b/common/patches/rof2_structs.h index 033e0ed9a..b33d568d0 100644 --- a/common/patches/rof2_structs.h +++ b/common/patches/rof2_structs.h @@ -4189,9 +4189,11 @@ struct Arrow_Struct { /*068*/ uint8 unknown068; /*069*/ uint8 unknown069; /*070*/ uint8 unknown070; -/*071*/ uint8 item_type; -/*072*/ uint8 skill; -/*073*/ uint8 unknown073[16]; +/*071*/ uint8 unknown071; +/*072*/ uint8 unknown072; +/*073*/ uint8 skill; +/*074*/ uint8 item_type; +/*075*/ uint8 unknown075[14]; /*089*/ char model_name[27]; /*116*/ };