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 00a0c8d5..20ca0f86 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -2,6 +2,7 @@
#include "game_fwd.hpp"
+#include "birther.hpp"
#include "game_edit_data.hpp"
#include "grid.hpp"
#include "h-basic.h"
@@ -30,6 +31,11 @@ struct Game {
std::string died_from;
/**
+ * Previous character
+ */
+ birther previous_char;
+
+ /**
* Wilderness map
*/
grid<wilderness_map> wilderness;