From 2ac9d19ef91545a43dfde2bbdd986090695454d1 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 2 Aug 2018 01:35:24 +0200 Subject: add more wing 1 mechanics --- src/raw/types.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/raw') diff --git a/src/raw/types.rs b/src/raw/types.rs index f131eb1..2453350 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -127,9 +127,9 @@ pub enum CbtStateChange { /// buff==18) BuffInitial, /// src_agent changed, cast float* p = (float*)&dst_agent, access as x/y/z (float[3]) - Position, + Position, /// src_agent changed, cast float* v = (float*)&dst_agent, access as x/y/z (float[3]) - Velocity, + Velocity, } /// Combat buff remove type -- cgit v1.2.3