mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-05-13 06:31:39 -04:00
Use proper boolean constant
This commit is contained in:
parent
458d4b0988
commit
17680522c2
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ MxBool LegoInputManager::FUN_1005cdf0(LegoEventNotificationParam& p_param)
|
||||||
p_param.SetY(m_y);
|
p_param.SetY(m_y);
|
||||||
p_param.SetModifier(LegoEventNotificationParam::c_lButtonState);
|
p_param.SetModifier(LegoEventNotificationParam::c_lButtonState);
|
||||||
p_param.SetType(c_notificationDragEnd);
|
p_param.SetType(c_notificationDragEnd);
|
||||||
result = 1;
|
result = TRUE;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_unk0x80 = FALSE;
|
m_unk0x80 = FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue