mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Motorcycle initial class structure and ctor (#156)
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#include "motorcycle.h"
|
||||
|
||||
// OFFSET: LEGO1 0x100357b0 STUB
|
||||
DECOMP_SIZE_ASSERT(Motorcycle, 0x16c);
|
||||
|
||||
// OFFSET: LEGO1 0x100357b0
|
||||
Motorcycle::Motorcycle()
|
||||
{
|
||||
// TODO
|
||||
this->m_unk13c = 40.0;
|
||||
this->m_unk150 = 1.75;
|
||||
this->m_unk148 = 1;
|
||||
this->m_unk164 = 1.0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user