From 4893cdc33855e566dade323fa2f8486536821018 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 26 Aug 2009 00:38:43 +0000 Subject: 2.5 - Warning cleanups (for mingw+scons) Also, made the Outliner's horizontal scrollbar work better for keymaps view. It's still using an approximation of the width, but at least you can scroll now. --- source/blender/makesdna/DNA_smoke_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_smoke_types.h') diff --git a/source/blender/makesdna/DNA_smoke_types.h b/source/blender/makesdna/DNA_smoke_types.h index a8ab4734af0..7c6c7fab9e4 100644 --- a/source/blender/makesdna/DNA_smoke_types.h +++ b/source/blender/makesdna/DNA_smoke_types.h @@ -32,7 +32,7 @@ /* flags */ #define MOD_SMOKE_HIGHRES (1<<1) /* enable high resolution */ #define MOD_SMOKE_DISSOLVE (1<<2) /* let smoke dissolve */ -#define MOD_SMOKE_DISSOLVE_LOG (1<<3) /* using 1/x for dissolve * +#define MOD_SMOKE_DISSOLVE_LOG (1<<3) /* using 1/x for dissolve */ /* noise */ #define MOD_SMOKE_NOISEWAVE (1<<0) -- cgit v1.2.3