mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Removing this-> from jetski.cpp
This commit is contained in:
parent
7343405a17
commit
d538387746
@ -5,9 +5,9 @@ DECOMP_SIZE_ASSERT(Jetski, 0x164);
|
||||
// FUNCTION: LEGO1 0x1007e3b0
|
||||
Jetski::Jetski()
|
||||
{
|
||||
this->m_unk0x13c = 25.0;
|
||||
this->m_unk0x150 = 2.0;
|
||||
this->m_unk0x148 = 1;
|
||||
m_unk0x13c = 25.0;
|
||||
m_unk0x150 = 2.0;
|
||||
m_unk0x148 = 1;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1007e630
|
||||
|
||||
Loading…
Reference in New Issue
Block a user