Merge pull request #2011 from jokoho48/codeCleanupBallistic

Code cleanup Ballistics module.
This commit is contained in:
Glowbal 2015-08-08 15:00:08 +02:00
commit a65495fb14

View File

@ -1,9 +1,9 @@
// by commy2
#include "script_component.hpp"
private ["_wall", "_paper"];
private "_paper";
_wall = _this select 0;
params ["_wall"];
if (local _wall) then {
_paper = "UserTexture_1x2_F" createVehicle position _wall;