Documentation : Add note about duplicate block of code
This commit is contained in:
parent
6b1f82e78e
commit
ab4a265cd9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue