Files
ports/games/netwalk/files/patch-main.c
T
Stefan Eßer 503461cab2 Fix build with -fno-common
While here fix complaints from portlint and portclippy
2020-09-26 10:18:32 +00:00

12 lines
228 B
C

--- main.c.orig 2013-09-24 05:25:27 UTC
+++ main.c
@@ -107,7 +107,7 @@ SDL_Surface *screen;
TTF_Font *font;
int lastmousex, lastmousey;
char *player_name;
-int game_won;
+extern int game_won;
int state;
struct button_s {