mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Applied ESTRING and ECSTRING macros
This commit is contained in:
@ -3,7 +3,7 @@ class CfgWeapons {
|
||||
class ACE_Altimeter: ItemWatch {
|
||||
ACE_hideItemType = "Watch";
|
||||
|
||||
author = "$STR_ACE_Common_ACETeam";
|
||||
author = ECSTRING(common,ACETeam);
|
||||
descriptionShort = CSTRING(AltimeterDescription);
|
||||
displayName = CSTRING(AltimeterDisplayName);
|
||||
picture = PATHTOF(UI\watch_altimeter.paa);
|
||||
|
Reference in New Issue
Block a user