Translations:Difficulty scaling/50/en

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search

do {

     entry = enemy_table["actors"][i];
     if (this->enemy_points <= entry["value"])
       break;
     ++i;
   } while (i < enemy_table["actors"].size);