in Player.cs at row 2076 and 2077.
is:
if (a.Period > 8000)
a.Period = 8000;
should be:
if (a.Period > 7680)
a.Period = 7680;
(First I put this among the discussions... but I realised...
Id #1000 | Release:
None
| Updated: Feb 14 at 12:53 AM by Mdwf | Created: Jun 21, 2012 at 12:15 PM by zmurf