mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fix legoplants warnings, add BETA10 references
This commit is contained in:
parent
276ad8d735
commit
4346d0b704
@ -444,6 +444,8 @@ MxS32 Act2Actor::VTable0xa0()
|
||||
{
|
||||
undefined4 newLocation;
|
||||
|
||||
assert(!m_grec);
|
||||
|
||||
CurrentWorld();
|
||||
MxU16 randomVal = rand() / (RAND_MAX / 2) + 1;
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -183,6 +183,7 @@ void LegoAnimActor::ClearMaps()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1001c870
|
||||
// FUNCTION: BETA10 0x1003e7e4
|
||||
void LegoAnimActor::SetWorldSpeed(MxFloat p_worldSpeed)
|
||||
{
|
||||
if (p_worldSpeed < 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user