Browse Source

apply clang-format

pull/6126/head
ephphatha 3 years ago committed by Anders Jenbo
parent
commit
143b6a40f1
  1. 4
      Source/towners.cpp

4
Source/towners.cpp

@ -841,9 +841,9 @@ bool IsTownerPresent(_talker_id npc)
}
}
Towner* GetTowner(_talker_id type)
Towner *GetTowner(_talker_id type)
{
for (Towner& towner : Towners) {
for (Towner &towner : Towners) {
if (towner._ttype == type)
return &towner;
}

Loading…
Cancel
Save