From e3775a8fca9bd89fdd1225be5ab9c3c50c8a741a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 1 Apr 2020 23:09:08 -0400 Subject: [PATCH] CRidley: qualify virtual function call in constructor Signifies that we intentionally want to call this virtual function in the constructor. --- Runtime/MP1/World/CRidley.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/MP1/World/CRidley.cpp b/Runtime/MP1/World/CRidley.cpp index 7ddb8270c..2e462b89b 100644 --- a/Runtime/MP1/World/CRidley.cpp +++ b/Runtime/MP1/World/CRidley.cpp @@ -301,7 +301,7 @@ CRidley::CRidley(TUniqueId uid, std::string_view name, const CEntityInfo& info, , xb94_(zeus::CTransform::RotateX(zeus::degToRad(-40.f))) , xc14_(x568_data.xac_, x568_data.xb0_) , xc3c_(x568_data.x1a0_, x568_data.x1a4_) -, xc8c_(GetContactDamage()) +, xc8c_(CPatterned::GetContactDamage()) , xcd0_(g_SimplePool->GetObj({SBIG('ELSC'), x568_data.x3f0_})) , xce0_(std::make_unique(xcd0_)) , xd10_(std::make_unique(128, 128, true)) {