@@ -160,9 +160,7 @@ static void rotate(void) {
static void spawnObject(int x, int y) {
objectX = x;
objectY = y;
- int u = nextRandom(8);
- objects[u]++;
- switch(u) {
+ switch(nextRandom(8)) {
// .X.
// XXX
// ...