aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/party.h')
-rw-r--r--engines/xeen/party.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/xeen/party.h b/engines/xeen/party.h
index e2180e535d..c598e8c3f9 100644
--- a/engines/xeen/party.h
+++ b/engines/xeen/party.h
@@ -27,6 +27,7 @@
#include "common/array.h"
#include "common/rect.h"
#include "common/serializer.h"
+#include "xeen/combat.h"
#include "xeen/items.h"
namespace Xeen {
@@ -213,6 +214,8 @@ public:
bool _newDay;
bool _isNight;
bool _stepped;
+ int _falling;
+ DamageType _damageType;
public:
Party(XeenEngine *vm);