Fix a mistype

This commit is contained in:
a1batross 2016-01-10 00:03:49 +03:00
parent ec5e1c5104
commit 8032f270ce

View File

@ -26,7 +26,7 @@ void EV_CreateSmoke(event_args_s *args)
org = args->origin;
org.x += gEngfuncs.pfnRandomFloat(-100.0f, 100.0f);
org.y += gEngfuncs.pfnRandomFloat(-100.0f, 100.0f);
org.z += 30; =
org.z += 30;
pTemp = gEngfuncs.pEfxAPI->CL_TempEntAlloc( org, (model_s*)pGasModel );
if( pTemp )