Add missing variable + RPT cleanup

fix 2 dup string warnings
fix "Cannot delete class rscdisplayinfo" warning.
Start extended vehicle damage debugging.
This commit is contained in:
icomrade
2014-03-26 02:40:24 -04:00
parent 935ed7931d
commit b80bb88467
9 changed files with 76 additions and 72 deletions

View File

@@ -1,9 +1,5 @@
private ["_unit"];
_unit = _this select 0;
//_killer = _this select 1;
//_type = typeOf _unit;
//_pos = getposATL _unit;
//_dir = direction _unit;
if (local _unit) then {
deleteVehicle _unit;
};