summaryrefslogtreecommitdiff
path: root/games/netwalk/files/patch-main.c
blob: 56fa1b9e7f46f856eaa1828fb680277ff8fda3a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 {