Browse Source

Use valid animation extension for pipe. (#247)

visitors
Marc-Antoine Lortie 3 years ago committed by GitHub
parent
commit
e8069de334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/visitors/pipe.cpp

2
dlls/visitors/pipe.cpp

@ -104,7 +104,7 @@ int CPipe::AddToPlayer( CBasePlayer *pPlayer ) @@ -104,7 +104,7 @@ int CPipe::AddToPlayer( CBasePlayer *pPlayer )
BOOL CPipe::Deploy()
{
return DefaultDeploy("models/v_pipe.mdl", "models/p_pipe.mdl", PIPE_DRAW, "pipe");
return DefaultDeploy("models/v_pipe.mdl", "models/p_pipe.mdl", PIPE_DRAW, "crowbar");
}
void CPipe::Holster(int skiplocal /* = 0 */)

Loading…
Cancel
Save