small fix

This commit is contained in:
jonschz 2024-08-06 21:47:01 +02:00
parent 1eec37786e
commit 859c4e1cde

View File

@ -274,10 +274,9 @@ MxResult LegoCarRaceActor::VTable0x9c()
}
#endif
// Proceed here
m_unk0x7c = 0;
}
m_unk0x7c = 0;
return SUCCESS;
}