From ca29900a550ba9d26dbc1639e5f127e067867886 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 7 Oct 2023 01:56:44 +0000 Subject: [PATCH] Code format - (Clang-format) --- src/items/tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/tile.cpp b/src/items/tile.cpp index c0e2a8a8e2b..dfa051f5b0c 100644 --- a/src/items/tile.cpp +++ b/src/items/tile.cpp @@ -1549,7 +1549,7 @@ void Tile::internalAddThing(uint32_t, std::shared_ptr thing) { std::shared_ptr creature = thing->getCreature(); if (creature) { Spectators::clearCache(); - + std::scoped_lock l(creaturesMutex); CreatureVector* creatures = makeCreatures(); creatures->insert(creatures->begin(), creature);