mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cleanup
revert `format ["'%1'", QGVAR()];` as it crashes the game
This commit is contained in:
parent
fd1c38c612
commit
095252ef76
@ -87,7 +87,7 @@ class CfgGesturesMale {
|
||||
enableMissile = 1;
|
||||
enableOptics = 0;
|
||||
equivalentTo = "";
|
||||
file = "\A3\anims_f\Dataanim\Sdr\gst\GestureHi.rtm";
|
||||
file = "\A3\anims_f\Data\anim\Sdr\gst\GestureHi.rtm";
|
||||
forceAim = 0;
|
||||
headBobMode = 0;
|
||||
headBobStrength = 0;
|
||||
|
@ -7,7 +7,7 @@
|
||||
_currentName = _currentName select [2];
|
||||
};
|
||||
|
||||
private _code = (compile format ["'%1%2' call %3", QGVAR(),_currentName,QFUNC(playSignal)]);
|
||||
private _code = (compile format [QUOTE(QUOTE(QGVAR(%1)) call FUNC(playSignal);), _currentName]);
|
||||
|
||||
[
|
||||
"ACE3 Gestures",
|
||||
|
Loading…
Reference in New Issue
Block a user