badguy.cpp: Badguys don't squish other badguys.
authorFlorian Forster <supertux@octo.it>
Fri, 5 Mar 2010 16:09:15 +0000 (16:09 +0000)
committerFlorian Forster <supertux@octo.it>
Fri, 5 Mar 2010 16:09:15 +0000 (16:09 +0000)
commite64554cb5cb562999519079fede4e6265e8b8064
tree20b73c32502ec84cc3940bd39d42129f680e6761
parentbb3433f3509eb077c951a03b45004cdb4e12aacf
badguy.cpp: Badguys don't squish other badguys.

They still turn around when walking into one another, but Bouncy, Jumpy and
friends no longer squish their coworkers.

Badguys that madly wish to be squished by other badguys, should check if they
were hit from above in "collision_badguy" which is now called instead.

Some exception *might* be necessary for stalactites.

SVN-Revision: 6554
src/badguy/badguy.cpp