mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
73540c85c7
- Remove LITS and SKYBOXES options (JoeQuake is based on FuhQuake, so it also supports them; a separate port has been done). - Use patches instead of ${REINPLACE_CMD}. - Add HUD option. - Make FuhQuake write in ~/.fuhquake. PR: ports/91893 Submitted by: alepulver (myself) Approved by: maintainer (timeout)
12 lines
270 B
C
12 lines
270 B
C
--- r_part.c.orig Wed Jan 7 00:39:44 2004
|
|
+++ r_part.c Sun Jan 22 22:07:23 2006
|
|
@@ -58,7 +58,7 @@
|
|
|
|
vec3_t r_pright, r_pup, r_ppn;
|
|
|
|
-#if !id386
|
|
+#if !defined(id386) && !defined(GLQUAKE)
|
|
|
|
void D_DrawParticle (particle_t *pparticle) {
|
|
vec3_t local, transformed;
|