fixes, optional beeps, accept arrow keys for control
[ansitris] / src / pieces.h
index e3a5c54..90be0a0 100644 (file)
@@ -60,7 +60,7 @@ static unsigned char pieces[NUM_PIECES][4][4] = {
 };
 
 static int piece_spawnpos[NUM_PIECES][2] = {
-       {-1, -2}, {-1, -3}, {-1, -2}, {-1, -2}, {-1, -2}, {-1, -2}, {-1, -2}
+       {-2, -2}, {-1, -2}, {-1, -2}, {-1, -2}, {-1, -2}, {-1, -2}, {-1, -2}
 };