Skip to content

Commit

Permalink
Automated clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clang-Format Bot committed Jun 1, 2024
1 parent 9e01388 commit 581c532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_api/entity_db.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct EntityDB
};
/// MASK, will only call collision2 when colliding with entities that match this mask.
int32_t collision2_mask;
/// MASK used for collision with floors, walls etc.
/// MASK used for collision with floors, walls etc.
int32_t collision_mask;
int32_t field_44;
int32_t default_flags;
Expand Down

0 comments on commit 581c532

Please sign in to comment.