diff --git a/engine/server/sv_phys.c b/engine/server/sv_phys.c index 301a77e4..d0b0510e 100644 --- a/engine/server/sv_phys.c +++ b/engine/server/sv_phys.c @@ -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,