revert `format ["'%1'", QGVAR()];` as it crashes the game
This commit is contained in:
PabstMirror 2015-11-25 10:16:37 -06:00
parent fd1c38c612
commit 095252ef76
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class CfgGesturesMale {
enableMissile = 1; enableMissile = 1;
enableOptics = 0; enableOptics = 0;
equivalentTo = ""; equivalentTo = "";
file = "\A3\anims_f\Dataanim\Sdr\gst\GestureHi.rtm"; file = "\A3\anims_f\Data\anim\Sdr\gst\GestureHi.rtm";
forceAim = 0; forceAim = 0;
headBobMode = 0; headBobMode = 0;
headBobStrength = 0; headBobStrength = 0;

View File

@ -7,7 +7,7 @@
_currentName = _currentName select [2]; _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", "ACE3 Gestures",