Merge pull request #1720 from oioitff/atrac-fix

Build fix, sorry.
This commit is contained in:
Henrik Rydgård 2013-05-08 09:22:59 -07:00
commit b72900b5a9

View File

@ -164,7 +164,7 @@ struct Atrac {
// There are not enough atrac data right now to play at a certain position.
// Must load more atrac data first
remainFrame = 0;
else {
} else {
// guess the remain frames.
// games would add atrac data when remainFrame = 0 or -1
remainFrame = (first.size - decodePos) / atracBytesPerFrame - 1;