Topic: [Bug&Fix] Projectile Intersection
Some people in #Teeworlds found a bug where the grenade launcher would do only 4 points of damage sometimes.
To reproduce this bug tune the grenade_speed to something like 10000 and you will see that you can't even hit the tees (or the world).
This is my small fix to the problem (thanks to ShootMe for pointing out my flaws)
http://tjofras.tjofras.com/teeworlds/gr … gbug.patch
It just uses the intersect points from the intersect functions as the origin of the explosion (rather then the previous tick position).