mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match PickEntity (#1153)
* Implement/match PickEntity * Rename function
This commit is contained in:

committed by
GitHub

parent
62f09570b0
commit
93c640a45f
@@ -253,7 +253,7 @@ MxLong Ambulance::HandleButtonDown(LegoControlManagerNotificationParam& p_param)
|
||||
return 1;
|
||||
}
|
||||
|
||||
roi = PickParentROI(p_param.GetX(), p_param.GetY());
|
||||
roi = PickRootROI(p_param.GetX(), p_param.GetY());
|
||||
|
||||
if (roi != NULL && !strcmpi(roi->GetName(), "gd")) {
|
||||
m_unk0x170 = 3;
|
||||
|
Reference in New Issue
Block a user