When a bullet collision is detected, both bullet owners
should receive an event indicating which bullets hit.
Problem is, one of the BulletHitBulletEvents is created
with the same bullet for both of its arguments.
Line 121 of BulletPeer should pass b.bullet, bullet to
the BulletHitBulletEvent.
Logged In: YES
user_id=1249353
Fixed with the next release