mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 20:13:46 -04:00
Use proper boolean constant
This commit is contained in:
parent
458d4b0988
commit
17680522c2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user