shithub: cstory

Download patch

ref: cc23ef2718384d0cff8346b67d2f5df36172cb67
parent: f0e53b87e7699c3e36c82bb989ca29049627ee89
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue May 7 15:24:41 EDT 2019

Corrected forgotten RECT formatting and made comment more accurate

Added a TODO note to emphasize the fact we don't actually know what Pixel did here

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

--- a/src/BulHit.cpp
+++ b/src/BulHit.cpp
@@ -344,7 +344,8 @@
 
 		if (gBul[i].bbits & 4)
 		{
-			// A "continue" doesn't produce the same assembly, likely because that would jump to the generated "continue" label instead of the "endif" label
+			// Using "continue" here doesn't produce accurate assembly
+			// TODO Figure out what Pixel actually did (it's unlikely he left the brackets empty)
 		}
 		else
 		{
--- a/src/Bullet.cpp
+++ b/src/Bullet.cpp
@@ -1300,8 +1300,7 @@
 			{232, 0, 240, 8},
 		};
 
-		RECT rcDown[2] =
-		{
+		RECT rcDown[2] = {
 			{224, 8, 232, 16},
 			{232, 8, 240, 16},
 		};