From: Ryan Flegel Date: Wed, 22 Sep 2004 17:04:22 +0000 (+0000) Subject: - newgame player status bugfix X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=76869b8c25eafe11026477024f11da6c69e1c254;p=supertux.git - newgame player status bugfix SVN-Revision: 1958 --- 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; }