summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game.hpp b/src/game.hpp
index d674d8cb..937c4190 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -4,6 +4,7 @@
#include "alloc.hpp"
#include "birther.hpp"
+#include "effect_type.hpp"
#include "game_edit_data.hpp"
#include "grid.hpp"
#include "h-basic.h"
@@ -111,6 +112,11 @@ struct Game {
dungeon_flag_set dungeon_flags { };
/**
+ * Lasting effects.
+ */
+ std::vector<effect_type> lasting_effects { };
+
+ /**
* Generate a special level feeling?
*/
bool generate_special_feeling = false;