From 76869b8c25eafe11026477024f11da6c69e1c254 Mon Sep 17 00:00:00 2001 From: Ryan Flegel Date: Wed, 22 Sep 2004 17:04:22 +0000 Subject: [PATCH] - newgame player status bugfix SVN-Revision: 1958 --- src/worldmap.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 714375ae5..9971ef133 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -1258,6 +1258,9 @@ WorldMap::loadgame(const std::string& filename) if (access(filename.c_str(), F_OK) != 0) { load_map(); + + player_status.reset(); + return; } -- 2.11.0