ports/games/nettoe/files/patch-src_game.h
2020-09-30 11:24:09 +00:00

14 lines
274 B
C

--- src/game.h.orig 2014-03-21 08:38:58 UTC
+++ src/game.h
@@ -43,8 +43,8 @@
#define MAX_PNAME_LEN 32 /* this define max chars for the player names*/
-int NO_BEEP;
+extern int NO_BEEP;
-int NO_COLORS;
+extern int NO_COLORS;
-int addrfamily;
+extern int addrfamily;