projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f4cca
)
- woopsy, fix for load/savegame
author
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 26 Apr 2004 17:46:26 +0000
(17:46 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 26 Apr 2004 17:46:26 +0000
(17:46 +0000)
SVN-Revision: 757
src/worldmap.cpp
patch
|
blob
|
history
diff --git
a/src/worldmap.cpp
b/src/worldmap.cpp
index
d0b378b
..
d5538d9
100644
(file)
--- a/
src/worldmap.cpp
+++ b/
src/worldmap.cpp
@@
-921,7
+921,7
@@
WorldMap::loadgame(const std::string& filename)
return;
lisp_object_t* savegame = lisp_read_from_file(filename);
- if (savegame)
+ if (
!
savegame)
{
std::cout << "WorldMap:loadgame: File not found: " << filename << std::endl;
return;