From cec161084761e389c2982bec9a69205b6cc8ec2e Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 18 Dec 2020 06:29:10 -0500 Subject: [PATCH] CThardus: Temporary comment (GCC unused fix) --- Runtime/MP1/World/CThardus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/MP1/World/CThardus.cpp b/Runtime/MP1/World/CThardus.cpp index a415d7404..2a5ecb400 100644 --- a/Runtime/MP1/World/CThardus.cpp +++ b/Runtime/MP1/World/CThardus.cpp @@ -1445,7 +1445,7 @@ zeus::CVector3f CThardus::sub801de550(CStateManager& mgr) { unkVec.push_back(lastIdx); } - zeus::CVector2f plVec = mgr.GetPlayer().GetTranslation().toVec2f(); + //zeus::CVector2f plVec = mgr.GetPlayer().GetTranslation().toVec2f(); float maxDist = 0.f; float curDist = 0.f;