Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-08-10 18:09:56 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-08-10 18:09:56 +0400
commitf1c69e9d84a4635f868b15150923b3522836c20a (patch)
tree747df382ff8b4a1b4a36e9e10f08f8854427c372 /intern/smoke/extern/smoke_API.h
parenteafef35cd8b5dd77f742d13e58f420904726668a (diff)
Smoke:
* bugfix for crash when loading smoke files more once on linux/mac * could also fix occasional explosions * code cleanup
Diffstat (limited to 'intern/smoke/extern/smoke_API.h')
-rw-r--r--intern/smoke/extern/smoke_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/smoke/extern/smoke_API.h b/intern/smoke/extern/smoke_API.h
index ba14a247bf1..52df3891ca0 100644
--- a/intern/smoke/extern/smoke_API.h
+++ b/intern/smoke/extern/smoke_API.h
@@ -32,7 +32,7 @@
extern "C" {
#endif
-struct FLUID_3D *smoke_init(int *res, int amplify, float *p0, float *p1, float dt);
+struct FLUID_3D *smoke_init(int *res, float *p0, float dt);
void smoke_free(struct FLUID_3D *fluid);
void smoke_initBlenderRNA(struct FLUID_3D *fluid, float *alpha, float *beta);