Fix struct initializer for balls.

Bug: 3092382
Change-Id: Ie4e85177727b32f0a260fae53885c97bee111343
This commit is contained in:
Stephen Hines
2011-02-11 16:38:46 -08:00
parent 5a1b63572b
commit 7655a7dd1d

View File

@@ -52,7 +52,7 @@ void initParts(int w, int h)
int root() {
rsgClearColor(0.f, 0.f, 0.f, 1.f);
BallControl_t bc = {0};
BallControl_t bc;
Ball_t *bout;
if (frame & 1) {