X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fpieces.h;h=90be0a03fbac14e716bf78802dba967f48c8e2a9;hb=02ca54f87f0625448a2dd0b5b8351d1e49718e1a;hp=e3a5c54c2e4ccfd1b157689add478fee5b954b8a;hpb=bbe47075b6b56c7c6eb14b968a72cfb79d55d7bc;p=ansitris 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} };