isle-portable/LEGO1/dunebuggy.cpp

13 lines
186 B
C++
Raw Normal View History

#include "dunebuggy.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(DuneBuggy, 0x16c);
// OFFSET: LEGO1 0x10067bb0
DuneBuggy::DuneBuggy()
{
2023-10-24 19:38:27 -04:00
this->m_unk13c = 25.0;
this->m_unk164 = 1.0;
}