1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-21 20:30:06 -04:00

Children classes of LegoWorld's VTable0x5c ()

This commit is contained in:
Joshua Peisach 2024-02-07 06:13:20 -05:00 committed by GitHub
parent ccb6223d70
commit 18dff31dbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 18 deletions
LEGO1/lego/legoomni/src

View file

@ -1,10 +1,9 @@
#include "legoact2.h"
// STUB: LEGO1 0x1004fe10
// FUNCTION: LEGO1 0x1004fe10
MxBool LegoAct2::VTable0x5c()
{
// TODO
return FALSE;
return TRUE;
}
// STUB: LEGO1 0x1004ff20

View file

@ -8,11 +8,10 @@ Act3::Act3()
// TODO
}
// STUB: LEGO1 0x10072500
// FUNCTION: LEGO1 0x10072500
MxBool Act3::VTable0x5c()
{
// TODO
return FALSE;
return TRUE;
}
// STUB: LEGO1 0x100726a0

View file

@ -6,11 +6,10 @@ LegoCarBuild::LegoCarBuild()
// TODO
}
// STUB: LEGO1 0x10022930
// FUNCTION: LEGO1 0x10022930
MxBool LegoCarBuild::VTable0x5c()
{
// TODO
return FALSE;
return TRUE;
}
// STUB: LEGO1 0x10022a80

View file

@ -19,11 +19,10 @@ GasStation::GasStation()
NotificationManager()->Register(this);
}
// STUB: LEGO1 0x10004770
// FUNCTION: LEGO1 0x10004770
MxBool GasStation::VTable0x5c()
{
// TODO
return FALSE;
return TRUE;
}
// STUB: LEGO1 0x100048c0

View file

@ -23,11 +23,10 @@ Hospital::Hospital()
NotificationManager()->Register(this);
}
// STUB: LEGO1 0x100746a0
// FUNCTION: LEGO1 0x100746a0
MxBool Hospital::VTable0x5c()
{
// TODO
return FALSE;
return TRUE;
}
// STUB: LEGO1 0x100747f0

View file

@ -13,11 +13,10 @@ JukeBox::JukeBox()
NotificationManager()->Register(this);
}
// STUB: LEGO1 0x1005d6e0
// FUNCTION: LEGO1 0x1005d6e0
MxBool JukeBox::VTable0x5c()
{
// TODO
return FALSE;
return TRUE;
}
// STUB: LEGO1 0x1005d8d0