mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Coding style consistence
This commit is contained in:
parent
f25b56ac88
commit
8de93db488
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ bool MWDialogue::SelectWrapper::isNpcOnly() const
|
|||
{
|
||||
static const Function functions[] =
|
||||
{
|
||||
Function_NotFaction, SelectWrapper::Function_NotClass, SelectWrapper::Function_NotRace,
|
||||
Function_NotFaction, Function_NotClass, Function_NotRace,
|
||||
Function_SameGender, Function_SameRace, Function_SameFaction,
|
||||
Function_PcSkill,
|
||||
Function_PcExpelled,
|
||||
|
|
Loading…
Reference in a new issue