Index: games/doomlegacy/files/patch-m_menu.c =================================================================== --- games/doomlegacy/files/patch-m_menu.c (revision 0) +++ games/doomlegacy/files/patch-m_menu.c (working copy) @@ -0,0 +1,11 @@ +--- src/m_menu.c.orig 2014-10-07 12:37:24.000000000 +0200 ++++ src/m_menu.c 2015-08-19 23:41:23.458114000 +0200 +@@ -2677,7 +2677,7 @@ menu_t DirDef = + + + // Draw the current DIR line above list +-inline void draw_dir_line( int line_y ) ++static inline void draw_dir_line( int line_y ) + { + V_DrawString( DirDef.x, line_y, 0, "DIR"); + M_DrawSaveLoadBorder( DirDef.x+32, line_y, 0); Property changes on: games/doomlegacy/files/patch-m_menu.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