summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:12:30 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:12:30 (GMT)
commitd329eedbce2f409ba6549ca1f98559c90b9c3344 (patch)
tree8fedcdfd04d4113e6cbfdc8bff13c31be672ef28
parent59efc5c48768bc23af3b910f42493a8f8b0e259c (diff)
download2iv35-d329eedbce2f409ba6549ca1f98559c90b9c3344.zip
2iv35-d329eedbce2f409ba6549ca1f98559c90b9c3344.tar.gz
2iv35-d329eedbce2f409ba6549ca1f98559c90b9c3344.tar.bz2
forgot static frame pointer
-rw-r--r--Smoke/template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Smoke/template.c b/Smoke/template.c
index f311473..e4bedfb 100644
--- a/Smoke/template.c
+++ b/Smoke/template.c
@@ -20,6 +20,8 @@ static int template_colormap = PALETTE_BLACKWHITE;
static int template_alpha = 1.0f;
+static fftw_real *frame;
+
void _set_render(int render_template)
{