ddnet/src/game/client/prediction
def e83a7ff96f Fix unsafe usage of CLaser casts
Since CDraggers are also stores as entities of ENTTYPE_LASER:

/media/ddnet/src/game/server/teams.cpp:898:23: runtime error: downcast of address 0x61600003db80 which does not point to an object of type 'CLaser'
0x61600003db80: note: object is of type 'CDragger'
 00 00 00 00  d0 24 3c b2 75 55 00 00  00 00 00 00 00 00 00 00  80 d8 03 00 60 61 00 00  f8 c1 04 5a
              ^~~~~~~~~~~~~~~~~~~~~~~
              vptr for 'CDragger'
2021-12-12 00:35:33 +01:00
..
entities Use correct (larger) m_NumSwitchers bound 2021-10-26 16:16:34 +02:00
entity.cpp No network clip in client prediction 2021-01-11 18:02:52 +01:00
entity.h No network clip in client prediction 2021-01-11 18:02:52 +01:00
gameworld.cpp Fix unsafe usage of CLaser casts 2021-12-12 00:35:33 +01:00
gameworld.h Predict switch projectiles and pickups, make blinking effect client-side 2021-09-19 14:14:00 +02:00