Skip to content

Commit 10e47f7

Browse files
committed
Remove unused variable
1 parent a62faf7 commit 10e47f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripting/include/srccoop/entitypatch.inc

-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ public MRESReturn Hook_SpeedmodAcceptInput(int _this, DHookReturn hReturn, DHook
586586
DHookGetParamString(hParams, 1, szInputType, sizeof(szInputType));
587587
if (strcmp(szInputType, "ModifySpeedAll", false) == 0) // new input
588588
{
589-
fieldtype_t fieldType = DHookGetParamObjectPtrVar(hParams, 4, 16, ObjectValueType_Int);
590589
char szParam[32];
591590
DHookGetParamObjectPtrString(hParams, 4, 0, ObjectValueType_String, szParam, sizeof(szParam));
592591
bHookSkip = true;

0 commit comments

Comments
 (0)