mirror of https://github.com/AxioDL/metaforce.git
CThardus: fix variable assignments in constructor
This commit is contained in:
parent
1cc574ed11
commit
2d2063632c
|
@ -83,10 +83,10 @@ CThardus::CThardus(TUniqueId uid, std::string_view name, const CEntityInfo& info
|
||||||
, x630_(stateMachine)
|
, x630_(stateMachine)
|
||||||
, x694_(f1)
|
, x694_(f1)
|
||||||
, x698_(f2)
|
, x698_(f2)
|
||||||
, x69c_(f3)
|
, x6a0_(f3)
|
||||||
, x6a0_(f4)
|
, x6a4_(f4)
|
||||||
, x6a4_(f5)
|
, x6a8_(f5)
|
||||||
, x6a8_(f6)
|
, x6ac_(f6)
|
||||||
, x6d0_(particle4)
|
, x6d0_(particle4)
|
||||||
, x6d4_(particle5)
|
, x6d4_(particle5)
|
||||||
, x6d8_(particle6)
|
, x6d8_(particle6)
|
||||||
|
|
Loading…
Reference in New Issue