From c9e63c769494c1155271468ffb11699862c962b5 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Tue, 5 Nov 2019 11:02:47 +0100 Subject: [PATCH] Documentation : Document the identical HitMyCharMap case branches --- src/MycHit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MycHit.cpp b/src/MycHit.cpp index c2ddf56a..5a6e86b0 100644 --- a/src/MycHit.cpp +++ b/src/MycHit.cpp @@ -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;