None of the code actually required you to put in percentages. The editor that cavedude wrote prefers you keep the numbers as percentages so everything is easier to read. To that end, the editor makes it fairly easy to adjust the numbers to percentages.
Because the code never required percentages, I had to make sure it still worked using other values than percentages. I simply missed that one variable was defined as an int8, causing a problem for totals greater than 255, which is now fixed in the svn. Because 100 is not greater than 255, changing the totals in the db to 100 did resolve your problem.
|