projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fcc45a
)
- newgame player status bugfix
author
Ryan Flegel
<rflegel@gmail.com>
Wed, 22 Sep 2004 17:04:22 +0000
(17:04 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Wed, 22 Sep 2004 17:04:22 +0000
(17:04 +0000)
SVN-Revision: 1958
src/worldmap.cpp
patch
|
blob
|
history
diff --git
a/src/worldmap.cpp
b/src/worldmap.cpp
index
714375a
..
9971ef1
100644
(file)
--- 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;
}