From 2d2063632c3eb9ce2f12bc96157cebf20d71e7fb Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 13 Sep 2020 12:17:50 -0700 Subject: [PATCH] CThardus: fix variable assignments in constructor --- Runtime/MP1/World/CThardus.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Runtime/MP1/World/CThardus.cpp b/Runtime/MP1/World/CThardus.cpp index 76ffb3653..ea956ef19 100644 --- a/Runtime/MP1/World/CThardus.cpp +++ b/Runtime/MP1/World/CThardus.cpp @@ -83,10 +83,10 @@ CThardus::CThardus(TUniqueId uid, std::string_view name, const CEntityInfo& info , x630_(stateMachine) , x694_(f1) , x698_(f2) -, x69c_(f3) -, x6a0_(f4) -, x6a4_(f5) -, x6a8_(f6) +, x6a0_(f3) +, x6a4_(f4) +, x6a8_(f5) +, x6ac_(f6) , x6d0_(particle4) , x6d4_(particle5) , x6d8_(particle6)