From b648b43c4d68eaf53a021e14742a48171498f639 Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Tue, 25 Jun 2024 20:52:46 -0700 Subject: [PATCH] ?? --- dGame/dUtilities/Preconditions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dUtilities/Preconditions.cpp b/dGame/dUtilities/Preconditions.cpp index 25e8b773..f58431af 100644 --- a/dGame/dUtilities/Preconditions.cpp +++ b/dGame/dUtilities/Preconditions.cpp @@ -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);