Fix fountain crash.
This commit is contained in:
@@ -31,10 +31,11 @@ int main(int launchID) {
|
|||||||
np->b = b;
|
np->b = b;
|
||||||
np->a = 0xf0;
|
np->a = 0xf0;
|
||||||
newPart++;
|
newPart++;
|
||||||
|
np++;
|
||||||
if (newPart >= count) {
|
if (newPart >= count) {
|
||||||
newPart = 0;
|
newPart = 0;
|
||||||
|
np = &p[newPart];
|
||||||
}
|
}
|
||||||
np++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user