Remove spaces between incrementor and incrementee

This commit is contained in:
PikalaxALT
2017-11-16 00:01:47 -05:00
parent 89b695278d
commit a7f72e7da1
3 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ static u32 GetHealLocationIndexFromMapGroupAndNum(u16 mapGroup, u16 mapNum)
{
u32 i;
for (i = 0; i < NUM_HEAL_LOCATIONS; i ++)
for (i = 0; i < NUM_HEAL_LOCATIONS; i++)
{
if (sHealLocations[i].group == mapGroup && sHealLocations[i].map == mapNum)
{