summaryrefslogtreecommitdiffstats
path: root/Smoke/seedpoint.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 11:50:30 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 11:50:30 (GMT)
commitff646235f1ab52e6cb894eec0e93d6f00dc4d71c (patch)
treefaa868f360f0094005376da235827d5715c408e8 /Smoke/seedpoint.c
parentc2e9578dd9b5c4f547485a0db6127401c902547e (diff)
download2iv35-ff646235f1ab52e6cb894eec0e93d6f00dc4d71c.zip
2iv35-ff646235f1ab52e6cb894eec0e93d6f00dc4d71c.tar.gz
2iv35-ff646235f1ab52e6cb894eec0e93d6f00dc4d71c.tar.bz2
fixes additions etc
Diffstat (limited to 'Smoke/seedpoint.c')
-rw-r--r--Smoke/seedpoint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Smoke/seedpoint.c b/Smoke/seedpoint.c
index 84e78e2..4c07038 100644
--- a/Smoke/seedpoint.c
+++ b/Smoke/seedpoint.c
@@ -11,6 +11,7 @@
#include "fluids.h"
#include "seedpoint.h"
+#include "renderer_gl.h"
struct point seedpoints[MAX_SEEDPOINTS];
int cur_seedpoint;
@@ -21,7 +22,7 @@ void create_seedpoint(float mx, float my)
seedpoints[cur_seedpoint].x = mx;
seedpoints[cur_seedpoint].y = my;
- seedpoints[cur_seedpoint].z = zPos;
+ seedpoints[cur_seedpoint].z = -725.0f;
cur_seedpoint++;
} // create_seedpoint