dave_gnukem
dave_gnukem copied to clipboard
HIGH Possible bullet collision detection bugs in UpdateBullets
// Check if monster bullet overlaps with hero
if (OVERLAPS(
HERO_PIXELX,
// **fixmehigh2019-07 this actually looks like a bug! A possibly imporrant but why not add hero y_offset here!??**
y*BLOCKH-BLOCKH,// FIXMEHIGH2019-07 WHY NOT HERO_PIXELY which includes the y_offset??
ALSO:
**// fixme is this +15(BLOCKW-1) right? looks too big .. (dj2019-07)**