View | Details | Raw Unified | Return to bug 65929 | Differences between
and this patch

Collapse All | Expand All

(-)r_part.c (+11 lines)
Lines 60-65 Link Here
60
60
61
#if	!id386
61
#if	!id386
62
62
63
#define	PARTICLE_Z_CLIP		8.0
64
float	xcenter, ycenter;
65
int	d_vrectx, d_vrecty, d_vrectright_particle, d_vrectbottom_particle;
66
short	*d_pzbuffer;
67
unsigned int	d_zwidth;
68
pixel_t	*d_viewbuffer;
69
#define	MAXHEIGHT	1024
70
int	d_scantable[MAXHEIGHT];
71
int	d_y_aspect_shift, d_pix_min, d_pix_max, d_pix_shift;
72
int	screenwidth;
73
63
void D_DrawParticle (particle_t *pparticle) {
74
void D_DrawParticle (particle_t *pparticle) {
64
	vec3_t local, transformed;
75
	vec3_t local, transformed;
65
	float zi;
76
	float zi;

Return to bug 65929