From 10e47f74a657e188f1180bff6b901a7694a6ad84 Mon Sep 17 00:00:00 2001 From: Alienmario Date: Tue, 14 Jan 2025 00:25:57 +0100 Subject: [PATCH] Remove unused variable --- scripting/include/srccoop/entitypatch.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/scripting/include/srccoop/entitypatch.inc b/scripting/include/srccoop/entitypatch.inc index c4915d3..6eb54f6 100644 --- a/scripting/include/srccoop/entitypatch.inc +++ b/scripting/include/srccoop/entitypatch.inc @@ -586,7 +586,6 @@ public MRESReturn Hook_SpeedmodAcceptInput(int _this, DHookReturn hReturn, DHook DHookGetParamString(hParams, 1, szInputType, sizeof(szInputType)); if (strcmp(szInputType, "ModifySpeedAll", false) == 0) // new input { - fieldtype_t fieldType = DHookGetParamObjectPtrVar(hParams, 4, 16, ObjectValueType_Int); char szParam[32]; DHookGetParamObjectPtrString(hParams, 4, 0, ObjectValueType_String, szParam, sizeof(szParam)); bHookSkip = true;