shithub: cstory

Download patch

ref: c9e63c769494c1155271468ffb11699862c962b5
parent: 1891591586385a2693f38192d3335daf801cb7c2
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue Nov 5 06:02:47 EST 2019

Documentation : Document the identical HitMyCharMap case branches

--- a/src/MycHit.cpp
+++ b/src/MycHit.cpp
@@ -507,7 +507,7 @@
 				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;