mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +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:
@@ -2002,7 +2002,7 @@ static server_physics_api_t gPhysicsAPI =
|
||||
SV_LinkEdict,
|
||||
SV_GetServerTime,
|
||||
SV_GetFrameTime,
|
||||
SV_ModelHandle,
|
||||
(void*)SV_ModelHandle,
|
||||
SV_GetHeadNode,
|
||||
SV_ServerState,
|
||||
Host_Error,
|
||||
@@ -2074,4 +2074,4 @@ qboolean SV_InitPhysicsAPI( void )
|
||||
|
||||
// physic interface is missed
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user