Roll back to old swimming in ground fix

See
e8e5d24e80 (commitcomment-19053648)
comments
This commit is contained in:
ebaydayz
2016-09-16 13:26:27 -04:00
parent b4ad50bf8f
commit bcc16a0135
26 changed files with 43 additions and 7 deletions

View File

@@ -36,5 +36,5 @@ _fires = [
_object setPos (_x select 1);
_object allowDamage false;
if !(_type in _fires) then {_object enableSimulation false;};
_object setVariable ["", true]; // stops global setVariable by sched_townGenerator, checked in player_spawnCheck for loot spawn
_object setVariable ["",true,false]; // stops global setVariable by sched_townGenerator, checked in player_spawnCheck for loot spawn
} count _this;