mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Fix BETA10 annotations
This commit is contained in:
parent
5b191d9c9f
commit
0a01e9c03f
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user