X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ansitris;a=blobdiff_plain;f=src%2Fpieces.h;h=90be0a03fbac14e716bf78802dba967f48c8e2a9;hp=e3a5c54c2e4ccfd1b157689add478fee5b954b8a;hb=89a2e7ae300a4cabbb308b5ec2b83ee539fdd07c;hpb=bbe47075b6b56c7c6eb14b968a72cfb79d55d7bc diff --git a/src/pieces.h b/src/pieces.h index e3a5c54..90be0a0 100644 --- a/src/pieces.h +++ b/src/pieces.h @@ -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} };