projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5667d7e
)
Stack rocks without shanking.
author
Wolfgang Becker
<uafr@gmx.de>
Mon, 24 Aug 2009 19:38:40 +0000
(19:38 +0000)
committer
Wolfgang Becker
<uafr@gmx.de>
Mon, 24 Aug 2009 19:38:40 +0000
(19:38 +0000)
SVN-Revision: 5907
src/sector.cpp
patch
|
blob
|
history
diff --git
a/src/sector.cpp
b/src/sector.cpp
index
0e5b7bd
..
2aa60ab
100644
(file)
--- a/
src/sector.cpp
+++ b/
src/sector.cpp
@@
-961,7
+961,7
@@
void check_collisions(collision::Constraints* constraints,
if(other->get_movement() != Vector(0, 0)) {
// TODO what todo when we collide with 2 moving objects?!?
- constraints->ground_movement
+
= other->get_movement();
+ constraints->ground_movement = other->get_movement();
}
}