Browse Source

Fix wrong initializer.

visitors
Andrey Akhmichin 4 years ago
parent
commit
88bc1d386c
  1. 2
      cl_dll/ev_hldm.cpp

2
cl_dll/ev_hldm.cpp

@ -255,7 +255,7 @@ float EV_HLDM_PlayTextureSound( int idx, pmtrace_t *ptr, float *vecSrc, float *v @@ -255,7 +255,7 @@ float EV_HLDM_PlayTextureSound( int idx, pmtrace_t *ptr, float *vecSrc, float *v
if( iGibs != -1 )
{
vec3_t size = {25, 25, 8};
vec3_t size(25, 25, 8);
vec3_t dir;
VectorCopy( forward, dir );

Loading…
Cancel
Save