Made fluid_gen_info[] static

This commit is contained in:
carlo-bramini 2017-10-21 16:41:03 +02:00
parent 6f51fca022
commit ae041fdcec
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
/* See SFSpec21 $8.1.3 */ /* See SFSpec21 $8.1.3 */
const fluid_gen_info_t fluid_gen_info[] = { static const fluid_gen_info_t fluid_gen_info[] = {
/* number/name init scale min max def */ /* number/name init scale min max def */
{ GEN_STARTADDROFS, 1, 1, 0.0f, 1e10f, 0.0f }, { GEN_STARTADDROFS, 1, 1, 0.0f, 1e10f, 0.0f },
{ GEN_ENDADDROFS, 1, 1, -1e10f, 0.0f, 0.0f }, { GEN_ENDADDROFS, 1, 1, -1e10f, 0.0f, 0.0f },