mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-17 02:57:07 +00:00
Merge branch 'spb-blockmap-fix' of git.magicalgirl.moe:KartKrew/Kart-Public into awful-mix
This commit is contained in:
commit
b6bc575a70
1 changed files with 2 additions and 0 deletions
|
|
@ -4066,6 +4066,8 @@ void A_MineExplode(mobj_t *actor)
|
|||
xh = (unsigned)(actor->x + explodedist - bmaporgx)>>MAPBLOCKSHIFT;
|
||||
xl = (unsigned)(actor->x - explodedist - bmaporgx)>>MAPBLOCKSHIFT;
|
||||
|
||||
BMBOUNDFIX (xl, xh, yl, yh);
|
||||
|
||||
grenade = actor;
|
||||
|
||||
for (by = yl; by <= yh; by++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue