mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 11:38:19 +00:00
3fff1fdc82
I think at the point where you use (CEntity **) apPlayersInRange the compiler says this is a totally different value than apPlayersInRange since they have a different type. And then it reorders the inlined FindEntities code to be run afterwards, thus leading to undefined behavior and crashes. |
||
---|---|---|
.. | ||
character.cpp | ||
character.h | ||
laser.cpp | ||
laser.h | ||
pickup.cpp | ||
pickup.h | ||
projectile.cpp | ||
projectile.h |