mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong.
This commit is contained in:
@@ -287,7 +287,7 @@ static qboolean Sys_FindExecutable( const char *baseName, char *buf, size_t size
|
||||
Sys_ShellExecute
|
||||
=================
|
||||
*/
|
||||
void Sys_ShellExecute( const char *path, const char *parms, qboolean shouldExit )
|
||||
void Sys_ShellExecute( const char *path, const char *parms, int shouldExit )
|
||||
{
|
||||
#ifdef _WIN32
|
||||
if( !Q_strcmp( path, GENERIC_UPDATE_PAGE ) || !Q_strcmp( path, PLATFORM_UPDATE_PAGE ))
|
||||
|
||||
Reference in New Issue
Block a user