Merge pull request #2572 from acemod/fixClickExplosivePlace

Delay one frame when selecting explosives
This commit is contained in:
PabstMirror 2015-09-22 13:23:33 -05:00
commit ebcc540943

View File

@ -45,7 +45,7 @@ _children = [];
format ["Explosive_%1", _forEachIndex],
format [_name + " (%1)", _itemCount select _forEachIndex],
getText(_x >> "picture"),
{_this call FUNC(setupExplosive);},
{[{_this call FUNC(setupExplosive)}, _this] call EFUNC(common,execNextFrame)},
{true},
{},
(configName _x)