Skip to content

Commit

Permalink
Merge branch 'small_coverity_fix' into 'master'
Browse files Browse the repository at this point in the history
small coverity fix

See merge request OpenMW/openmw!3424
  • Loading branch information
psi29a committed Sep 14, 2023
2 parents 090da90 + a285408 commit 3e038d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/openmw/mwlua/factionbindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace
: ESM::RankData(data)
, mRankName(rankName)
, mFactionId(factionId)
, mRankIndex(rankIndex)
{
}
};
Expand Down

0 comments on commit 3e038d4

Please sign in to comment.