Skip to content

Commit

Permalink
Rename Cartel Face define, undefine debug mode full.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Aug 11, 2023
1 parent 55e80f9 commit af9c9dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions addons/assets/CfgFaces.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,42 @@ class CfgFaces {
class GreekHead_A3_09;

class TACU_Cartel_Face_01: GreekHead_A3_01 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_01_co.paa);
displayName = "Athanasiadis (Cartel)";
};
class TACU_Cartel_Face_02: GreekHead_A3_02 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_02_co.paa);
displayName = "Baros (Cartel)";
};
class TACU_Cartel_Face_03: GreekHead_A3_03 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_03_co.paa);
displayname = "Constantinou (Cartel)";
};
class TACU_Cartel_Face_04: GreekHead_A3_05 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_04_co.paa);
displayname = "Doukas (Cartel)";
};
class TACU_Cartel_Face_05: GreekHead_A3_06 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_05_co.paa);
displayname = "Gikas (Cartel)";
};
class TACU_Cartel_Face_06: GreekHead_A3_07 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_06_co.paa);
displayName = "Christou (Cartel)";
};
class TACU_Cartel_Face_07: GreekHead_A3_08 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_07_co.paa);
displayName = "Kanelloupou (Cartel)";
};
class TACU_Cartel_Face_08: GreekHead_A3_09 {
MACRO_FACES_CARTEL;
MACRO_FACES_GREEK_CARTEL;
textureHL = QPATHTOF(data\faces\cartel_face_08_co.paa);
displayname = "Savalas (Cartel)";
};
Expand Down
4 changes: 2 additions & 2 deletions addons/assets/script_macros.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define DEBUG_MODE_FULL
//#define DEBUG_MODE_FULL

#ifdef DEBUG_MODE_FULL
#define MACRO_DEFAULT_VEHICLE \
Expand Down Expand Up @@ -29,6 +29,6 @@
}

// Identity Macros
#define MACRO_FACES_CARTEL \
#define MACRO_FACES_GREEK_CARTEL \
identityTypes[] = {"Head_Greek_Cartel"}; \
disabled = 1

0 comments on commit af9c9dd

Please sign in to comment.