mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05: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…
Reference in a new issue