mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-12-29 12:15:26 +01:00
Revert "engine: server: make physic engfuncs const"
This reverts commit 5af9511505
.
This commit is contained in:
parent
982e32d108
commit
836b4c358f
@ -2082,7 +2082,7 @@ static const byte *GAME_EXPORT GL_TextureData( unsigned int texnum )
|
||||
#endif // XASH_DEDICATED
|
||||
}
|
||||
|
||||
static const server_physics_api_t gPhysicsAPI =
|
||||
static server_physics_api_t gPhysicsAPI =
|
||||
{
|
||||
SV_LinkEdict,
|
||||
SV_GetServerTime,
|
||||
|
Loading…
Reference in New Issue
Block a user