mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
games/four-in-a-row: fix build on recent current
This commit is contained in:
parent
886a26cbc2
commit
c4f4310d40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546354
11
games/four-in-a-row/files/patch-src_main.h
Normal file
11
games/four-in-a-row/files/patch-src_main.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/main.h.orig 2020-08-27 15:38:59 UTC
|
||||
+++ src/main.h
|
||||
@@ -51,7 +51,7 @@ typedef enum {
|
||||
|
||||
extern PlayerID who_starts;
|
||||
|
||||
-gboolean player_active;
|
||||
+extern gboolean player_active;
|
||||
|
||||
void game_reset (void);
|
||||
void process_move (int move);
|
Loading…
Reference in New Issue
Block a user