Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeepG committed Oct 10, 2024
1 parent e371ec3 commit e82c37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ methodmap Blocker < CClotBody

}

public Blocker(int client, float vecPos[3], float vecAng[3], int ally)
public Blocker(int client, float vecPos[3], float vecAng[3], int ally, const char[] data)
{
Blocker npc = view_as<Blocker>(CClotBody(vecPos, vecAng, COMBINE_CUSTOM_MODEL, "1.1", "7500", ally, false, true));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ methodmap VictorianHumbee < CClotBody
EmitSoundToAll(g_MeleeAttackSounds, this.index, SNDCHAN_VOICE, NORMAL_ZOMBIE_SOUNDLEVEL, _, NORMAL_ZOMBIE_VOLUME, _);
}

public VictorianHumbee(int client, float vecPos[3], float vecAng[3], int ally)
public VictorianHumbee(int client, float vecPos[3], float vecAng[3], int ally, const char[] data)
{
VictorianHumbee npc = view_as<VictorianHumbee>(CClotBody(vecPos, vecAng, "models/player/heavy.mdl", "1.5", "20000", ally, _, true));

Expand Down

0 comments on commit e82c37e

Please sign in to comment.