mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
Update TODO comments
This commit is contained in:
parent
c1f20a4502
commit
3ec9c98daf
3 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ void MxLoopingSmkPresenter::Destroy(MxBool p_fromDestructor)
|
||||||
// FUNCTION: LEGO1 0x100b4a00
|
// FUNCTION: LEGO1 0x100b4a00
|
||||||
void MxLoopingSmkPresenter::VTable0x88()
|
void MxLoopingSmkPresenter::VTable0x88()
|
||||||
{
|
{
|
||||||
// TODO isle24
|
// [library:libsmacker] Figure out if this functionality is still required
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b4a30
|
// FUNCTION: LEGO1 0x100b4a30
|
||||||
|
|
|
@ -74,7 +74,7 @@ MxResult MxSmack::LoadFrame(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO isle24: Calculate changed rects
|
// [library:libsmacker] Calculate changed rects
|
||||||
MxRect32* newRect = new MxRect32(0, 0, w - 1, h - 1);
|
MxRect32* newRect = new MxRect32(0, 0, w - 1, h - 1);
|
||||||
p_list->Append(newRect);
|
p_list->Append(newRect);
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
|
|
|
@ -98,7 +98,7 @@ void MxSmkPresenter::LoadFrame(MxStreamChunk* p_chunk)
|
||||||
// FUNCTION: LEGO1 0x100b4260
|
// FUNCTION: LEGO1 0x100b4260
|
||||||
void MxSmkPresenter::VTable0x88()
|
void MxSmkPresenter::VTable0x88()
|
||||||
{
|
{
|
||||||
// TODO isle24
|
// [library:libsmacker] Figure out if this functionality is still required
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b42c0
|
// FUNCTION: LEGO1 0x100b42c0
|
||||||
|
|
Loading…
Reference in a new issue