aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/BattleScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/enemy/BattleScript.h')
-rw-r--r--game/enemy/BattleScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/enemy/BattleScript.h b/game/enemy/BattleScript.h
index d239e70..55ca166 100644
--- a/game/enemy/BattleScript.h
+++ b/game/enemy/BattleScript.h
@@ -14,6 +14,7 @@ class BattleScript : public crepe::Script{
void init() override;
void fixed_update(crepe::duration_t dt) override;
private:
+ bool battle_active = false;
std::random_device rd;
std::default_random_engine engine;
bool create_battle(const BattleStartEvent& e);