Fix BETA10 annotations

This commit is contained in:
jonschz 2024-07-28 17:32:16 +02:00
parent 5b191d9c9f
commit 0a01e9c03f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class LegoCarRaceActor : public virtual LegoRaceActor {
LegoCarRaceActor();
// FUNCTION: LEGO1 0x10081660
// FUNCTION: BETA10 0x0x100da0d8
// FUNCTION: BETA10 0x100aab10
const char* ClassName() const override // vtable+0x0c
{
// STRING: LEGO1 0x100f0568

View File

@ -32,7 +32,7 @@ LegoCarRaceActor::LegoCarRaceActor()
}
// FUNCTION: LEGO1 0x10080590
// FUNCTION: BETA10 0x101beb80
// FUNCTION: BETA10 0x100cd8cf
void LegoCarRaceActor::FUN_10080590(float p_float)
{
MxFloat maxSpeed = m_maxLinearVel;