You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/tetrinet/files/tetrinet-0.11-fnocommon.patch

12 lines
319 B

--- a/tetris.h 2003-09-07 16:29:29.000000000 -0000
+++ b/tetris.h 2020-09-12 21:13:50.978870902 -0000
@@ -50,7 +50,7 @@ typedef struct {
char shape[4][4]; /* Shape data for the piece */
} PieceData;
-PieceData piecedata[7][4];
+extern PieceData piecedata[7][4];
extern int current_piece, current_rotation;