Browse Source

Maybe if I just add enough semicolons...

Hobnob 3 years ago
parent
commit
22b4a0931d
2 changed files with 8 additions and 8 deletions
  1. 1 1
      addons/RD501_Units/config.cpp
  2. 7 7
      addons/RD501_Units/other/config.cpp

+ 1 - 1
addons/RD501_Units/config.cpp

@@ -5,7 +5,7 @@ class CfgPatches
 {
 	class macro_patch_name(units)
 	{
-		author=DANKAUTHORS
+		author=DANKAUTHORS;
 		requiredAddons[]=
 		{
 			macro_lvl2_req

+ 7 - 7
addons/RD501_Units/other/config.cpp

@@ -45,7 +45,7 @@ class CfgGlasses
 		displayname = "Republic Underwater Display";
 		
 		scope=2;
-		scopeArsenal=2
+		scopeArsenal=2;
 		picture = "\A3\Characters_F_EPB\Heads\Glasses\data\UI\icon_g_diving_nato_ca.paa";
 		hiddenSelections[] = {"camo"};
 		hiddenSelectionsTextures[] = {""};
@@ -55,7 +55,7 @@ class CfgGlasses
 	{
 		displayName = "Color Suppression Chip (Blue)";
 		author = DANKAUTHORS;
-		picture = "\RD501_Units\textures\icons\no_blue.paa"
+		picture = "\RD501_Units\textures\icons\no_blue.paa";
 		scope = 2;
 		scopeCurator = 2;
 		scopeArsenal = 2;
@@ -69,17 +69,17 @@ class CfgGlasses
 		ace_overlayDirt = "";
 		ace_dustPath = "";
 		ACE_OverlayCracked = "";
-	}
+	};
 	class macro_new_glass(remove_red): macro_new_glass(remove_blue)
 	{
 		displayName = "Color Suppression Chip (Red)";
-		picture = "\RD501_Units\textures\icons\no_red.paa"
+		picture = "\RD501_Units\textures\icons\no_red.paa";
 		ace_color[] = {-150.0,0.0,0.0};
-	}
+	};
 	class macro_new_glass(remove_green): macro_new_glass(remove_blue)
 	{
 		displayName = "Color Suppression Chip (Green)";
-		picture = "\RD501_Units\textures\icons\no_green.paa"
+		picture = "\RD501_Units\textures\icons\no_green.paa";
 		ace_color[] = {0.0,-100.0,0.0};
-	}
+	};
 };