Index: head/games/sdl_scavenger/files/patch-gfx.c =================================================================== --- head/games/sdl_scavenger/files/patch-gfx.c (nonexistent) +++ head/games/sdl_scavenger/files/patch-gfx.c (revision 546911) @@ -0,0 +1,12 @@ +--- gfx.c.orig 2020-08-29 13:07:52 UTC ++++ gfx.c +@@ -21,7 +21,8 @@ unsigned char mustlock=0,locked=0; + unsigned char blackcolor,whitecolor; + + int pressedcodes[KEYMAX],downcodes[KEYMAX],numpressed=0,numdown=0; +-int mousex,mousey,mouseb,mousebd; ++extern int mousex,mousey; ++int mouseb,mousebd; + + unsigned char mymap[768],currentmap[768]; + Property changes on: head/games/sdl_scavenger/files/patch-gfx.c ___________________________________________________________________ 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