mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42: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:
@@ -246,7 +246,7 @@ void IN_TouchWriteConfig( void )
|
||||
void IN_TouchExportConfig_f( void )
|
||||
{
|
||||
file_t *f;
|
||||
char *name;
|
||||
const char *name;
|
||||
|
||||
if( Cmd_Argc() != 2 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user