FreeBSD Bugzilla – Attachment 42264 Details for
Bug 65929
BROKEN PORT UPDATE: games/fuhquake: to recent version and unbreak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 571 bytes, created by
Alexey Dokuchaev
on 2004-04-24 15:40:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexey Dokuchaev
Created:
2004-04-24 15:40:12 UTC
Size:
571 bytes
patch
obsolete
>--- r_part.c.orig Wed Feb 4 23:15:44 2004 >+++ r_part.c Wed Feb 4 23:32:01 2004 >@@ -60,6 +60,17 @@ > > #if !id386 > >+#define PARTICLE_Z_CLIP 8.0 >+float xcenter, ycenter; >+int d_vrectx, d_vrecty, d_vrectright_particle, d_vrectbottom_particle; >+short *d_pzbuffer; >+unsigned int d_zwidth; >+pixel_t *d_viewbuffer; >+#define MAXHEIGHT 1024 >+int d_scantable[MAXHEIGHT]; >+int d_y_aspect_shift, d_pix_min, d_pix_max, d_pix_shift; >+int screenwidth; >+ > void D_DrawParticle (particle_t *pparticle) { > vec3_t local, transformed; > float zi; >%%% === end of ``patch-r_part.c'' === %%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65929
:
42263
| 42264 |
42265
|
42266