Code:
.text:00469DE0 sub_469DE0 proc near ; CODE XREF: sub_4835C0+F0p
.text:00469DE0 ; sub_511C70:loc_511CF6p ...
.text:00469DE0 B8 01 00 00 00 mov eax, 1
.text:00469DE5 84 05 B0 28 3A 01 test byte ptr dword_13A28B0, al
.text:00469DEB 75 46 jnz short loc_469E33
.text:00469DED 09 05 B0 28 3A 01 or dword_13A28B0, eax
.text:00469DF3 0F 57 C0 xorps xmm0, xmm0
.text:00469DF6 33 C0 xor eax, eax
.text:00469DF8 A3 94 28 3A 01 mov dword_13A2894, eax
.text:00469DFD A3 98 28 3A 01 mov dword_13A2898, eax
.text:00469E02 A2 9C 28 3A 01 mov byte_13A289C, al
.text:00469E07 A2 9D 28 3A 01 mov byte_13A289D, al
.text:00469E0C F3 0F 11 05 88 28 3A 01 movss dword_13A2888, xmm0
.text:00469E14 F3 0F 11 05 8C 28 3A 01 movss dword_13A288C, xmm0
.text:00469E1C F3 0F 11 05 90 28 3A 01 movss dword_13A2890, xmm0
.text:00469E24 0F 28 05 A0 D8 5E 02 movaps xmm0, oword ptr oword_25ED8A0
.text:00469E2B B8 A0 28 3A 01 mov eax, offset dword_13A28A0
.text:00469E30 0F 11 00 movups oword ptr [eax], xmm0
.text:00469E33
.text:00469E33 loc_469E33: ; CODE XREF: sub_469DE0+Bj
.text:00469E33 B8 88 28 3A 01 mov eax, offset dword_13A2888
.text:00469E38 C3 retn
.text:00469E38 sub_469DE0 endp
With this line:
Code:
.text:00469DF8 A3 94 28 3A 01 mov dword_13A2894, eax
being the pointer to the n3Vehicle class mentioned above.