Index: head/games/ctris/files/patch-brick.h =================================================================== --- head/games/ctris/files/patch-brick.h (nonexistent) +++ head/games/ctris/files/patch-brick.h (revision 546784) @@ -0,0 +1,11 @@ +--- brick.h.orig 2020-08-28 18:12:58 UTC ++++ brick.h +@@ -8,7 +8,7 @@ void find_index(char [4][4], unsigned char *, unsigned + char check_brick(char [BOARD_HEIGHT][BOARD_WIDTH], char [4][4], const unsigned char, const unsigned char); + void draw_to_board(char [BOARD_HEIGHT][BOARD_WIDTH], char [4][4], const char, const unsigned char, const unsigned char); + +-char brick_digit[7][4][4]; ++extern char brick_digit[7][4][4]; + + #endif + Property changes on: head/games/ctris/files/patch-brick.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/ctris/files/patch-ctris.h =================================================================== --- head/games/ctris/files/patch-ctris.h (nonexistent) +++ head/games/ctris/files/patch-ctris.h (revision 546784) @@ -0,0 +1,23 @@ +--- ctris.h.orig 2015-08-24 12:06:35 UTC ++++ ctris.h +@@ -15,7 +15,7 @@ + #include + #include + +-#define VERSION "v0.42" // version info ++#define VERSION "v0.42.1" // version info + #define HEIGHT 24 // height of the screen + #define WIDTH 80 // width of the screen + #define BOARD_HEIGHT (HEIGHT - 5) // height of the board +@@ -44,9 +44,9 @@ void handle_quit_signal(const int); + unsigned char get_rand(const unsigned char); + int main(int, char *[]); + +-char game_state, old_style_keys, counterclockwise_rotation, hide_cursor_workaround, highscore_file_path[256], default_name[40]; ++extern char game_state, old_style_keys, counterclockwise_rotation, hide_cursor_workaround, highscore_file_path[256], default_name[40]; + +-unsigned long rseed; ++extern unsigned long rseed; + + #endif + Property changes on: head/games/ctris/files/patch-ctris.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property