X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sv_main.c;h=74bef76b39122ed27614da8051b95232812c1200;hb=321a67123284c38c22f8edd418913615ee0c2682;hp=d37313ba3841eb584f819027b5b406fa7fb40ec4;hpb=d339cf021cbbe76092aca074c9fd0a8e0c181423;p=xonotic%2Fdarkplaces.git diff --git a/sv_main.c b/sv_main.c index d37313ba..74bef76b 100644 --- a/sv_main.c +++ b/sv_main.c @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static void SV_SaveEntFile_f(void); static void SV_StartDownload_f(void); static void SV_Download_f(void); -static void SV_VM_Setup(); +static void SV_VM_Setup(void); extern cvar_t net_connecttimeout; void VM_CustomStats_Clear (void); @@ -475,6 +475,8 @@ void SV_Init (void) Cvar_SetValueQuick (&sv_gameplayfix_blowupfallenzombies, 0); // hipnotic mission pack has issues with bobbing water entities 'jittering' between different heights on alternate frames at the default 0.0138889 ticrate, 0.02 avoids this issue Cvar_SetValueQuick (&sys_ticrate, 0.02); + // hipnotic mission pack has issues in their proximity mine sticking code, which causes them to bounce off. + Cvar_SetValueQuick (&sv_gameplayfix_slidemoveprojectiles, 0); } if (gamemode == GAME_ROGUE) {