- newgame player status bugfix
authorRyan Flegel <rflegel@gmail.com>
Wed, 22 Sep 2004 17:04:22 +0000 (17:04 +0000)
committerRyan Flegel <rflegel@gmail.com>
Wed, 22 Sep 2004 17:04:22 +0000 (17:04 +0000)
SVN-Revision: 1958

src/worldmap.cpp

index 714375a..9971ef1 100644 (file)
@@ -1258,6 +1258,9 @@ WorldMap::loadgame(const std::string& filename)
   if (access(filename.c_str(), F_OK) != 0)
     {
     load_map();
+
+    player_status.reset();
+
     return;
     }