mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 22:52:09 +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:
@@ -565,7 +565,7 @@ void SV_ActivateServer( int runPhysics )
|
||||
Con_Printf( "%i player server started\n", svs.maxclients );
|
||||
else Con_Printf( "Game started\n" );
|
||||
|
||||
Log_Printf( "Started map \"%s\" (CRC \"%lu\")\n", sv.name, sv.worldmapCRC );
|
||||
Log_Printf( "Started map \"%s\" (CRC \"%u\")\n", sv.name, sv.worldmapCRC );
|
||||
|
||||
// dedicated server purge unused resources here
|
||||
if( host.type == HOST_DEDICATED )
|
||||
|
||||
Reference in New Issue
Block a user