mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 09:42:57 +00:00
<Alam_Squeeze> m_menu.c:1907: error: `M_DrawScreenshotMenu' undeclared here (not in a function)
<Alam_Squeeze> m_menu.c:1907: error: initializer element is not constant <Alam_Squeeze> m_menu.c:1907: error: (near initialization for `OP_ScreenshotOptionsDef.drawroutine') <Alam_Squeeze> m_menu.c:9353: warning: 'M_DrawScreenshotMenu' defined but not used <Alam_Squeeze> Makefile:770: recipe for target '../objs/Mingw/Debug/m_menu.o' failed <Alam_Squeeze> make: *** [../objs/Mingw/Debug/m_menu.o] Error 1
This commit is contained in:
parent
378b913e66
commit
a4b74e7d3f
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ static void M_DrawMainVideoMenu(void);
|
|||
static void M_DrawVideoMode(void);
|
||||
static void M_DrawColorMenu(void);
|
||||
static void M_DrawSoundMenu(void);
|
||||
static void M_DrawScreenshotMenu(void);
|
||||
static void M_DrawMonitorToggles(void);
|
||||
#ifdef HWRENDER
|
||||
static void M_OGL_DrawFogMenu(void);
|
||||
|
|
Loading…
Reference in a new issue