am f075b4e7: Fix fountain crash.

Merge commit 'f075b4e713c4e10e4cea12c856fcf4aaab9c29d4' into eclair-plus-aosp

* commit 'f075b4e713c4e10e4cea12c856fcf4aaab9c29d4':
  Fix fountain crash.
This commit is contained in:
Jason Sams
2009-09-25 20:38:01 -07:00
committed by Android Git Automerger

View File

@@ -31,10 +31,11 @@ int main(int launchID) {
np->b = b;
np->a = 0xf0;
newPart++;
np++;
if (newPart >= count) {
newPart = 0;
np = &p[newPart];
}
np++;
}
}