mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added missing privates
This commit is contained in:
parent
3c4a3c67db
commit
aeffc55859
@ -16,7 +16,7 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
[{
|
||||
private ["_bullet", "_airFriction", "_args", "_deltaT", "_bulletVelocity", "_bulletSpeed", "_trueVelocity", "_trueVelocity", "_dragRef", "_drag", "_accelRef", "_accel"];
|
||||
private ["_args", "_bullet", "_airFriction", "_time", "_deltaT", "_bulletVelocity", "_bulletSpeed", "_trueVelocity", "_trueSpeed", "_dragRef", "_drag", "_accelRef", "_accel"];
|
||||
|
||||
_args = _this select 0;
|
||||
_bullet = _args select 0;
|
||||
|
Loading…
Reference in New Issue
Block a user