summaryrefslogtreecommitdiffstats
path: root/hacks/glx/splodesic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/splodesic.c')
-rw-r--r--hacks/glx/splodesic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/glx/splodesic.c b/hacks/glx/splodesic.c
index a68e992..9a2f3a6 100644
--- a/hacks/glx/splodesic.c
+++ b/hacks/glx/splodesic.c
@@ -249,7 +249,7 @@ static void
link_neighbors (ModeInfo *mi)
{
splodesic_configuration *bp = &bps[MI_SCREEN(mi)];
- triangle *t0 = bp->triangles;
+ triangle *t0;
int i;
/* Triangles are neighbors if they share an edge (exactly 2 points).