Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Jun 26, 2024
1 parent 2628470 commit b648b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dGame/dUtilities/Preconditions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Precondition::Precondition(const uint32_t condition) {
if (result.eof()) {
this->type = PreconditionType::ItemEquipped;
this->count = 1;
this->values = { 0 };
this->values = { 0u };

LOG("Failed to find precondition of id (%i)!", condition);

Expand Down

0 comments on commit b648b43

Please sign in to comment.