Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alienmario committed Jan 13, 2025
1 parent a62faf7 commit 10e47f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripting/include/srccoop/entitypatch.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10e47f7

Please sign in to comment.