Documentation : Document the identical HitMyCharMap case branches

This commit is contained in:
Gabriel Ravier 2019-11-05 11:02:47 +01:00
parent 1891591586
commit c9e63c7694

View file

@ -507,7 +507,7 @@ void HitMyCharMap()
gMC.flag |= JudgeHitMyCharWater(x + offx[i], y + offy[i]);
break;
// Water and water blocks
// Water and water blocks (same as the previous case)
case 0x60:
gMC.flag |= JudgeHitMyCharWater(x + offx[i], y + offy[i]);
break;