Chdata / Versus-Saxton-Hale

The presuccessor of FF2(FF2 is the successor of VSH)
GNU General Public License v3.0
11 stars 6 forks source link

improving client damage to points conversion/rounding #23

Open sasch-a opened 8 years ago

sasch-a commented 8 years ago

In the for loop, a score point is awarded for every 600 damage that can be deducted from the client's damage. But in the hud text displayed towards the client the points awarded for damage dealt to the boss is rounded to nearest.

The for loop is very inefficient in my opinion and can be replaced with a RoundToFloor calculation.