From 4faaadc8d50d6ab7a19d22bd5a760c4b8321a51f Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Sun, 18 Jun 2017 19:55:15 +0200 Subject: Cpp11 patchset 11: continue working on constructor style migration (#6004) --- src/rollback.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rollback.cpp') diff --git a/src/rollback.cpp b/src/rollback.cpp index 4d34decf3..a77a9ee15 100644 --- a/src/rollback.cpp +++ b/src/rollback.cpp @@ -91,8 +91,7 @@ struct Entity { RollbackManager::RollbackManager(const std::string & world_path, IGameDef * gamedef_) : - gamedef(gamedef_), - current_actor_is_guess(false) + gamedef(gamedef_) { verbosestream << "RollbackManager::RollbackManager(" << world_path << ")" << std::endl; -- cgit v1.2.3