We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b961a commit 36579acCopy full SHA for 36579ac
engine/hexen2/r_part.c
@@ -790,7 +790,7 @@ void R_RunQuakeEffect (vec3_t org, float distance)
790
num = rand() * (1.0 / RAND_MAX);
791
num2 = distance * num;
792
793
- q_sincosrad(num * 2 * M_PI, &p->org[0], &p->org[1]);
+ q_sincosrad(num * 2 * M_PI, &p->org[1], &p->org[0]);
794
p->org[0] *= num2;
795
p->org[1] *= num2;
796
p->org[0] += org[0];
0 commit comments