diff --git a/defines/VehicleFlags.hpp b/defines/VehicleFlags.hpp index 752753a..b55e018 100644 --- a/defines/VehicleFlags.hpp +++ b/defines/VehicleFlags.hpp @@ -248,6 +248,11 @@ class VehicleFlags { actionTitle = "17th Emblem"; texture = "textures\flags_misc\flag_17th_emblem_co.paa"; }; + class WarlordEmblem { + actionID = "flag_17th_warlord"; + actionTitle = "Warlord Emblem"; + texture = "textures\flags_misc\flag_17th_warlord_co.paa"; + }; class RedCross { actionID = "flag_redcross"; actionTitle = "Red Cross"; diff --git a/textures/flags_misc/flag_17th_warlord_co.paa b/textures/flags_misc/flag_17th_warlord_co.paa new file mode 100644 index 0000000..b8eddc9 Binary files /dev/null and b/textures/flags_misc/flag_17th_warlord_co.paa differ