summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 12:03:07 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 12:03:07 (GMT)
commit148047d7dc230cda271b12a4f7388917038b6364 (patch)
treed5f1544bb550335134853e6f11f6529e9cba74fd /Smoke/fluids.h
parentcac2c65e1b8ae9d407a5cffafbac06c0803753ac (diff)
download2iv35-148047d7dc230cda271b12a4f7388917038b6364.zip
2iv35-148047d7dc230cda271b12a4f7388917038b6364.tar.gz
2iv35-148047d7dc230cda271b12a4f7388917038b6364.tar.bz2
fixed memleak etc
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index bbb8112..589ee42 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -29,7 +29,7 @@ extern int frame_index;
#define VECTOR_VEL 0
#define VECTOR_FORCE 1
-#define HISTORY_SIZE 40
+#define HISTORY_SIZE 4
extern int winWidth, winHeight; //size of the graphics window, in pixels
extern int color_dir; //use direction color-coding or not