option to disable R3F weight system

This commit is contained in:
[VB]AWOL
2014-01-31 17:26:04 -06:00
parent de81f06c05
commit 2e3cd47924
2 changed files with 7 additions and 1 deletions

View File

@@ -689,6 +689,10 @@ if(!isDedicated) then {
if(isNil "DZE_requireplot") then {
DZE_requireplot = 1;
};
if(isNil "DZE_R3F_WEIGHT") then {
DZE_R3F_WEIGHT = true;
};
DZE_AntiWallCounter = 0;