projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d400f
)
- little bugfix
author
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 26 Apr 2004 21:10:59 +0000
(21:10 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 26 Apr 2004 21:10:59 +0000
(21:10 +0000)
SVN-Revision: 769
src/collision.cpp
patch
|
blob
|
history
diff --git
a/src/collision.cpp
b/src/collision.cpp
index
540e406
..
a9fccd4
100644
(file)
--- a/
src/collision.cpp
+++ b/
src/collision.cpp
@@
-95,7
+95,7
@@
void* collision_func(const base_type& base, tiletestfunction function)
static void* test_goal_tile_function(Tile* tile)
{
- if(tile->goal)
+ if(tile
&& tile
->goal)
return tile;
return 0;
}