mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Add missing file
This commit is contained in:
parent
80bd28f09a
commit
014fc5a986
@ -135,7 +135,7 @@ void LegoModelPresenter::ParseExtra()
|
|||||||
list<AutoROI*>& roiList = currentWorld->GetUnknownList0xe0();
|
list<AutoROI*>& roiList = currentWorld->GetUnknownList0xe0();
|
||||||
|
|
||||||
for (list<AutoROI*>::iterator it = roiList.begin(); it != roiList.end(); it++) {
|
for (list<AutoROI*>::iterator it = roiList.begin(); it != roiList.end(); it++) {
|
||||||
if (!strcmpi(((LegoROI*) (*it))->GetUnknown0xe4(), output)) {
|
if (!strcmpi(((LegoROI*) (*it))->GetName(), output)) {
|
||||||
m_roi = *it;
|
m_roi = *it;
|
||||||
roiList.erase(it);
|
roiList.erase(it);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user