isle/LEGO1/motorcycle.cpp

13 lines
214 B
C++
Raw Normal View History

#include "motorcycle.h"
DECOMP_SIZE_ASSERT(Motorcycle, 0x16c);
// OFFSET: LEGO1 0x100357b0
Motorcycle::Motorcycle()
{
2023-10-24 19:38:27 -04:00
this->m_unk13c = 40.0;
this->m_unk150 = 1.75;
this->m_unk148 = 1;
this->m_unk164 = 1.0;
}