mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
f1f6743d08
* CarRace ctor * Fixes --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
10 lines
193 B
C++
10 lines
193 B
C++
#include "carrace.h"
|
|
|
|
DECOMP_SIZE_ASSERT(CarRace, 0x154);
|
|
|
|
// FUNCTION: LEGO1 0x10016a90
|
|
CarRace::CarRace()
|
|
{
|
|
this->m_unk0x150 = 0;
|
|
this->m_unk0x130 = MxRect32(0x16c, 0x154, 0x1ec, 0x15e);
|
|
}
|