Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2023
1 parent 1c45b40 commit ca29900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/tile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ void Tile::internalAddThing(uint32_t, std::shared_ptr<Thing> thing) {
std::shared_ptr<Creature> creature = thing->getCreature();
if (creature) {
Spectators::clearCache();

std::scoped_lock l(creaturesMutex);
CreatureVector* creatures = makeCreatures();
creatures->insert(creatures->begin(), creature);
Expand Down

0 comments on commit ca29900

Please sign in to comment.