From 0f37adeca0e2facfcb32f30e285048fac23c8845 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 2 May 2017 19:20:57 +0200 Subject: Move died_from to Game struct --- src/game.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game.hpp') diff --git a/src/game.hpp b/src/game.hpp index daae15c3..00a0c8d5 100644 --- a/src/game.hpp +++ b/src/game.hpp @@ -24,6 +24,11 @@ struct Game { */ std::string player_base; + /** + * What did the player die from? + */ + std::string died_from; + /** * Wilderness map */ -- cgit v1.2.3