Skip to content

Commit e42b236

Browse files
authored
fix HandheldItem enum duplicates (#74)
1 parent 25649a6 commit e42b236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Spore ModAPI/Spore/Simulator/SimulatorEnums.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,15 +773,15 @@ namespace Simulator
773773
/// trg_hunting_tool1
774774
kHandheldItemTrgHuntingTool1 = 1,
775775
/// trg_hunting_tool2
776-
kHandheldItemTrgHuntingTool1 = 2,
776+
kHandheldItemTrgHuntingTool2 = 2,
777777
/// trg_hunting_tool3
778-
kHandheldItemTrgHuntingTool1 = 3,
778+
kHandheldItemTrgHuntingTool3 = 3,
779779
/// trg_fishing_tool and related
780780
kHandheldItemTrgFishingTool = 4,
781781
/// Either trg_eating_fish or trg_fishing_tool1_fish, etc
782782
kHandheldItemTrgFish = 5,
783783
/// Either trg_eating_seaweed or trg_fishing_tool1_seaweed, etc
784-
kHandheldItemTrgFish = 6,
784+
kHandheldItemTrgSeaweed = 6,
785785
/// trg_eating_fruit
786786
kHandheldItemTrgEatingFruit = 7,
787787
/// trg_eating_seaweed or trg_eating_fish

0 commit comments

Comments
 (0)