Client: Fix typo that the compiler gracefully cleaned up for us.

This commit is contained in:
Marco Cawthorne 2022-02-23 01:17:57 -08:00
parent ddc7eb54c3
commit a02b5a85e2
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ FX_Explosion(vector vecPos)
//eExplosion.think = FX_Explosion_Animate;
eExplosion.SetRenderMode(RM_ADDITIVE);
eExplosion.SetRenderAmt(1.0f);
eExplosion.SetRenderColor(1,1,1);
eExplosion.SetRenderColor([1,1,1]);
eExplosion.drawmask = MASK_ENGINE;
eExplosion.maxframe = modelframecount(eExplosion.modelindex);
eExplosion.loops = 0;