2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2025-01-16 21:29:55 +01:00

Revert "engine: server: make physic engfuncs const"

This reverts commit 5af951150508d1f85d7fa9159ee6c64c01dca04b.
This commit is contained in:
Alibek Omarov 2024-07-21 02:53:23 +03:00
parent 982e32d108
commit 836b4c358f

View File

@ -2082,7 +2082,7 @@ static const byte *GAME_EXPORT GL_TextureData( unsigned int texnum )
#endif // XASH_DEDICATED #endif // XASH_DEDICATED
} }
static const server_physics_api_t gPhysicsAPI = static server_physics_api_t gPhysicsAPI =
{ {
SV_LinkEdict, SV_LinkEdict,
SV_GetServerTime, SV_GetServerTime,