Skip to content

Commit

Permalink
Fixed tagging options not being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Jul 12, 2024
1 parent 7117d33 commit 9257785
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion addons/tagging/ACE_Tags.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MACRO_GLUE(g1,g2) g1##g2
#define MACRO_TAG(name,col) class TRIPLES(Cav_Tagging,##name##_##col##,F) { \
displayName = CSTRING(TRIPLES(Cav_Tagging,##name##_##col##,F)); \
displayName = CSTRING(TRIPLES(name,col,F)); \
requiredItem = QUOTE(MACRO_GLUE(ACE_Spraypaint,col)); \
textures[] = {QPATHTOF(UI\tags\tag_##name##_##col##_ca.paa)}; \
icon = QPATHTOF(UI\icons\icon_action_##name##_##col##_ca.paa); \
Expand Down
12 changes: 6 additions & 6 deletions addons/tagging/stringtable.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project name="Cav">
<Package name="Tagging">
<Key ID="STR_Cav_Tagging_Cav_Black_F">
<English>Cav Black</English>
<English>Cav</English>
</Key>
<Key ID="STR_Cav_Tagging_Cav_Blue_F">
<English>Cav Blue</English>
<English>Cav</English>
</Key>
<Key ID="STR_Cav_Tagging_Cav_Green_F">
<English>Cav Green</English>
<English>Cav</English>
</Key>
<Key ID="STR_Cav_Tagging_Cav_Red_F">
<English>Cav Red</English>
<English>Cav</English>
</Key>
<Key ID="STR_Cav_Tagging_Cav_White_F">
<English>Cav White</English>
<English>Cav</English>
</Key>
<Key ID="STR_Cav_Tagging_Cav_Yellow_F">
<English>Cav Yellow</English>
<English>Cav</English>
</Key>
</Package>
</Project>

0 comments on commit 9257785

Please sign in to comment.