diff options
Diffstat (limited to 'src/post/goom/tentacle3d.c')
-rwxr-xr-x | src/post/goom/tentacle3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/tentacle3d.c b/src/post/goom/tentacle3d.c index bfe73ae13..e1e2157e7 100755 --- a/src/post/goom/tentacle3d.c +++ b/src/post/goom/tentacle3d.c @@ -95,7 +95,7 @@ static void tentacle_fx_free(VisualFX *_this) { } VisualFX tentacle_fx_create(void) { - VisualFX fx; + VisualFX fx = {0}; fx.init = tentacle_fx_init; fx.apply = tentacle_fx_apply; fx.free = tentacle_fx_free; |