Show differencesHistory of post edits
#ActualNik02
Posted 03 April 2012 - 01:24 AM
Are the "health" and "maxHealth" variables declared as integers? If so, you are using integer division (that returns an integer).
#1Nik02
Posted 03 April 2012 - 01:15 AM
Are the "health" and "maxHealth" variables declared as integers? If so, you are using integer division.