am f075b4e7: Fix fountain crash.
Merge commit 'f075b4e713c4e10e4cea12c856fcf4aaab9c29d4' into eclair-plus-aosp * commit 'f075b4e713c4e10e4cea12c856fcf4aaab9c29d4': Fix fountain crash.
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user