From f2e8e14665c055429f9fb315cecaf1168557f5dd Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 19 Apr 2017 16:43:58 +0300 Subject: [PATCH] [General] Add shouldSend boolean to mwmp::Attack --- components/openmw-mp/Base/BaseStructs.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/openmw-mp/Base/BaseStructs.hpp b/components/openmw-mp/Base/BaseStructs.hpp index 3f291c432..8a8bfef5b 100644 --- a/components/openmw-mp/Base/BaseStructs.hpp +++ b/components/openmw-mp/Base/BaseStructs.hpp @@ -29,11 +29,16 @@ namespace mwmp }; std::string spellId; // id of spell (e.g. "fireball") + + float damage; + bool success; bool block; - float damage; + bool pressed; bool knockdown; + + bool shouldSend; }; struct Animation