From 05ef75b546fd025f9e46f4088829e4296ad9047e Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Mon, 22 Mar 2010 23:54:23 +0000 Subject: * (bug 4572) Better control over random particle displacement (in part thanks to Who-[Soup]) --- src/cgame/cg_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 423a0fa7..266d0c8b 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -249,7 +249,7 @@ typedef struct pLerpValues_s typedef struct baseParticle_s { vec3_t displacement; - float randDisplacement; + vec3_t randDisplacement; float normalDisplacement; pMoveType_t velMoveType; -- cgit