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)