diff --git a/SQF/dayz_code/compile/snap_functions.sqf b/SQF/dayz_code/compile/snap_functions.sqf index f9af51f2b..bef124c46 100644 --- a/SQF/dayz_code/compile/snap_functions.sqf +++ b/SQF/dayz_code/compile/snap_functions.sqf @@ -212,7 +212,7 @@ fnc_initSnapTutorial = { _bldTxtFinal = ""; //Delete on init - 800 cutRsc ["Default", "PLAIN"]; + 17 cutRsc ["Default", "PLAIN"]; uiSleep 0.1; //Init Tutorial text @@ -248,7 +248,7 @@ fnc_initSnapTutorial = { 30, //number - duration 1, // number - fade in time 0, // number - delta y - 800 //number - layer ID + 17 //number - layer ID ] spawn bis_fnc_dynamicText; }; };