Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Sep 29, 2024
1 parent 3c94d15 commit 898b3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/tile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class Tile : public Cylinder, public SharedObject {
resetTileFlags(ground);
}

if (ground = item) {
if ((ground = item)) {
setTileFlags(item);
}
}
Expand Down
1 change: 1 addition & 0 deletions tests/integration/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <boost/ut.hpp>

#include "account/account_repository_db.hpp"
#include "database/database.hpp"
#include "lib/logging/in_memory_logger.hpp"
#include "utils/tools.hpp"
#include "enums/account_type.hpp"
Expand Down

0 comments on commit 898b3e9

Please sign in to comment.