Menu-FN: Force _pext_vrinputs to 0 upon init, as the physics will otherwise break. (FTEQW issue)

This commit is contained in:
Marco Cawthorne 2022-09-25 16:29:20 -07:00
parent d6c5ab8860
commit 0713c390b9
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ m_init(void)
* for unknown reasons. It'll be fixed */
cvar_set("r_ignoreentpvs", "0");
cvar_set("_pext_infoblobs", "1");
cvar_set("_pext_vrinputs", "0");
cvar_set("_q3bsp_bihtraces", "1");
cvar_set("sv_gameplayfix_setmodelsize_qw", "1");
cvar_set("sv_gameplayfix_setmodelrealbox", "1");