mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove unused config and remove some wrong base classes
This commit is contained in:
parent
2b9518bf81
commit
e1db193099
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
class RscText;
|
class RscText;
|
||||||
|
class RscPicture;
|
||||||
|
|
||||||
class RscTitles {
|
class RscTitles {
|
||||||
class ACE_Scopes_Zeroing {
|
class ACE_Scopes_Zeroing {
|
||||||
@ -12,8 +13,6 @@ class RscTitles {
|
|||||||
fadein = 0;
|
fadein = 0;
|
||||||
fadeout = 0;
|
fadeout = 0;
|
||||||
name = QGVAR(Zeroing);
|
name = QGVAR(Zeroing);
|
||||||
class RscPicture;
|
|
||||||
class RscText;
|
|
||||||
class controls {
|
class controls {
|
||||||
class ACE_Scopes_Zeroing_BG : RscPicture {
|
class ACE_Scopes_Zeroing_BG : RscPicture {
|
||||||
idc = 11;
|
idc = 11;
|
||||||
@ -69,13 +68,3 @@ class RscTitles {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
class RscInGameUI {
|
|
||||||
class RscUnitInfo;
|
|
||||||
class RscWeaponZeroing : RscUnitInfo {
|
|
||||||
onLoad = QUOTE([ARR_4('onLoad',_this,'RscUnitInfo','IGUI')] call compile preprocessfilelinenumbers 'A3\ui_f\scripts\initDisplay.sqf'; uiNamespace setVariable [ARR_2('ACE_dlgWeaponZeroing', _this select 0)]; );
|
|
||||||
//onLoad = "[""onLoad"",_this,""RscUnitInfo"",'IGUI'] call compile preprocessfilelinenumbers ""A3\ui_f\scripts\initDisplay.sqf""; uiNamespace setVariable ['ACE_dlgWeaponZeroing', _this select 0];";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user