mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
engine: fix more warnings
This commit is contained in:
@@ -594,7 +594,7 @@ qboolean Sys_NewInstance( const char *gamedir, const char *finalmsg )
|
||||
exit( 0 );
|
||||
#else
|
||||
int exelen;
|
||||
char *exe, **newargs;
|
||||
char *exe = NULL, **newargs;
|
||||
|
||||
// don't use engine allocation utils here
|
||||
// they will be freed after Host_Shutdown
|
||||
|
||||
Reference in New Issue
Block a user