Documentation : Add note about duplicate block of code

This commit is contained in:
Gabriel Ravier 2019-11-05 17:28:54 +01:00
parent 6b1f82e78e
commit ab4a265cd9

View file

@ -96,6 +96,7 @@ void ActStar()
if (star[i].ym < -0xA00) if (star[i].ym < -0xA00)
star[i].ym = -0xA00; star[i].ym = -0xA00;
// Duplicate of the past 8 lines of code
if (star[i].xm > 0xA00) if (star[i].xm > 0xA00)
star[i].xm = 0xA00; star[i].xm = 0xA00;
if (star[i].xm < -0xA00) if (star[i].xm < -0xA00)