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