shithub: cstory

Download patch

ref: 04113870a5e6c1e196a1dfa4f42c02909631a820
parent: 6eadf6c4a5681740dc6f4bf7b6188ad6c19cbbbd
author: Gabriel Ravier <gabravier@gmail.com>
date: Sun Sep 15 11:51:32 EDT 2019

Removed tiles comments when useless

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/src/BossFrog.cpp
+++ b/src/BossFrog.cpp
@@ -97,7 +97,7 @@
 
 		case BALFROG_SPRT_JUMPING:
 			boss->x = gBoss[0].x + PIXELS_TO_UNITS(-24) * minus;
-			boss->y = gBoss[0].y - PIXELS_TO_UNITS(43);	// 2.6873 tiles
+			boss->y = gBoss[0].y - PIXELS_TO_UNITS(43);
 			break;
 	}
 }