mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
scripts: appimage: fix generating extras.pak
This commit is contained in:
@@ -983,7 +983,6 @@ int EXPORT Host_Main( int argc, char **argv, const char *progname, int bChangeGa
|
||||
if( Host_IsDedicated() )
|
||||
{
|
||||
#ifdef _WIN32
|
||||
void Wcon_InitConsoleCommands( void ) // con_win.c
|
||||
Wcon_InitConsoleCommands ();
|
||||
#endif
|
||||
|
||||
|
||||
@@ -117,6 +117,7 @@ int Sys_LogFileNo( void );
|
||||
// con_win.c
|
||||
//
|
||||
#ifdef _WIN32
|
||||
void Wcon_InitConsoleCommands( void );
|
||||
void Wcon_ShowConsole( qboolean show );
|
||||
void Wcon_Print( const char *pMsg );
|
||||
void Wcon_Init( void );
|
||||
|
||||
Reference in New Issue
Block a user