Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Oct 16, 2024
1 parent b3cad78 commit 6bc01d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RE/T/TESObjectWEAP.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace RE
enum RecordFlag : std::uint32_t
{
kNonPlayable = 1 << 2,
kHasInheritedFromTemplate = 1 << 3, // cleared on load; set by relevant processing in InitItemImpl
kHasInheritedFromTemplate = 1 << 3, // cleared on load; set by relevant processing in InitItemImpl
kDeleted = 1 << 5,
kIgnored = 1 << 12
};
Expand Down Expand Up @@ -121,7 +121,7 @@ namespace RE
kMinorCrime = 1 << 4,
kRangeFixed = 1 << 5,
kNotUsedInNormalCombat = 1 << 6,
kOverridesConditionDamage = 1 << 7,
kOverridesConditionDamage = 1 << 7,
kDontUse3rdPersonISAnim = 1 << 8, // unused
kBurstShot = 1 << 9,
kRumbleAlternate = 1 << 10,
Expand Down

0 comments on commit 6bc01d2

Please sign in to comment.