mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match Isle::Escape (#950)
This commit is contained in:

committed by
GitHub

parent
e59d684f37
commit
b759390060
@@ -51,7 +51,7 @@ undefined4 CarRace::VTable0x78(undefined4)
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10017900
|
||||
MxBool CarRace::VTable0x64()
|
||||
MxBool CarRace::Escape()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
|
@@ -32,7 +32,7 @@ undefined4 JetskiRace::VTable0x70(undefined4)
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10016a10
|
||||
MxBool JetskiRace::VTable0x64()
|
||||
MxBool JetskiRace::Escape()
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
@@ -57,7 +57,7 @@ undefined4 LegoRace::VTable0x74(undefined4)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10015b90
|
||||
MxBool LegoRace::VTable0x64()
|
||||
MxBool LegoRace::Escape()
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user