From ab4a265cd9d4c470e4c5e9b4deecfd23a20bcae3 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Tue, 5 Nov 2019 17:28:54 +0100 Subject: [PATCH] Documentation : Add note about duplicate block of code --- src/Star.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Star.cpp b/src/Star.cpp index a531eddb..51a94bc9 100644 --- a/src/Star.cpp +++ b/src/Star.cpp @@ -96,6 +96,7 @@ void ActStar() if (star[i].ym < -0xA00) star[i].ym = -0xA00; + // Duplicate of the past 8 lines of code if (star[i].xm > 0xA00) star[i].xm = 0xA00; if (star[i].xm < -0xA00)