mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
implement/match JukeBoxState (#233)
This commit is contained in:
@@ -1 +1,6 @@
|
|||||||
#include "jukeboxstate.h"
|
#include "jukeboxstate.h"
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x1000f300
|
||||||
|
MxBool JukeBoxState::VTable0x14() {
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
@@ -21,6 +21,8 @@ public:
|
|||||||
return !strcmp(name, JukeBoxState::ClassName()) || LegoState::IsA(name);
|
return !strcmp(name, JukeBoxState::ClassName()) || LegoState::IsA(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual MxBool VTable0x14() override; // vtable+0x14
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // JUKEBOXSTATE_H
|
#endif // JUKEBOXSTATE_H
|
||||||
|
Reference in New Issue
Block a user