Use proper boolean constant

This commit is contained in:
Christian Semmler
2024-04-06 15:32:02 -04:00
parent 458d4b0988
commit 17680522c2

View File

@@ -549,7 +549,7 @@ MxBool LegoInputManager::FUN_1005cdf0(LegoEventNotificationParam& p_param)
p_param.SetY(m_y);
p_param.SetModifier(LegoEventNotificationParam::c_lButtonState);
p_param.SetType(c_notificationDragEnd);
result = 1;
result = TRUE;
}
else {
m_unk0x80 = FALSE;