engine: server: make physic engfuncs const
This commit is contained in:
parent
14ae9b312d
commit
5af9511505
1 changed files with 1 additions and 1 deletions
|
@ -2082,7 +2082,7 @@ static const byte *GAME_EXPORT GL_TextureData( unsigned int texnum )
|
||||||
#endif // XASH_DEDICATED
|
#endif // XASH_DEDICATED
|
||||||
}
|
}
|
||||||
|
|
||||||
static server_physics_api_t gPhysicsAPI =
|
static const server_physics_api_t gPhysicsAPI =
|
||||||
{
|
{
|
||||||
SV_LinkEdict,
|
SV_LinkEdict,
|
||||||
SV_GetServerTime,
|
SV_GetServerTime,
|
||||||
|
|
Loading…
Add table
Reference in a new issue