am bbcf2079: Merge "Fix struct initializer for balls." into honeycomb

* commit 'bbcf2079e9978ad6f75732070ce1dcc0dea3ea3f':
  Fix struct initializer for balls.
This commit is contained in:
Stephen Hines
2011-02-11 16:47:04 -08:00
committed by Android Git Automerger

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) {