View | Details | Raw Unified | Return to bug 202498
Collapse All | Expand All

(-)games/doomlegacy/files/patch-m_menu.c (+11 lines)
Line 0 Link Here
1
--- src/m_menu.c.orig	2014-10-07 12:37:24.000000000 +0200
2
+++ src/m_menu.c	2015-08-19 23:41:23.458114000 +0200
3
@@ -2677,7 +2677,7 @@ menu_t  DirDef =
4
 
5
 
6
 // Draw the current DIR line above list
7
-inline void draw_dir_line( int line_y )
8
+static inline void draw_dir_line( int line_y )
9
 {
10
     V_DrawString( DirDef.x, line_y, 0, "DIR");
11
     M_DrawSaveLoadBorder( DirDef.x+32, line_y, 0);

Return to bug 202498