mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
Removing unnecessary TODO comment in legoact2state.cpp (#539)
* Updating legoact2state.cpp * Fixing format issues
This commit is contained in:
parent
a12fdadd4a
commit
5e38a010dd
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
#include "legoact2state.h"
|
#include "legoact2state.h"
|
||||||
|
|
||||||
// STUB: LEGO1 0x1000df70
|
// FUNCTION: LEGO1 0x1000df70
|
||||||
MxBool LegoAct2State::VTable0x14()
|
MxBool LegoAct2State::VTable0x14()
|
||||||
{
|
{
|
||||||
// TODO
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue