ref: ab4a265cd9d4c470e4c5e9b4deecfd23a20bcae3
parent: 6b1f82e78eed80c66ffddcef7938ec2b3c801994
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue Nov 5 12:28:54 EST 2019
Documentation : Add note about duplicate block of code
--- a/src/Star.cpp
+++ b/src/Star.cpp
@@ -96,6 +96,7 @@
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)