mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Removing this-> from dunebuggy.cpp
This commit is contained in:
parent
8e4834c7da
commit
7343405a17
@ -7,8 +7,8 @@ DECOMP_SIZE_ASSERT(DuneBuggy, 0x16c);
|
||||
// FUNCTION: LEGO1 0x10067bb0
|
||||
DuneBuggy::DuneBuggy()
|
||||
{
|
||||
this->m_unk0x13c = 25.0;
|
||||
this->m_unk0x164 = 1.0;
|
||||
m_unk0x13c = 25.0;
|
||||
m_unk0x164 = 1.0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10067e30
|
||||
|
||||
Loading…
Reference in New Issue
Block a user