Add missing initialization

(cherry picked from commit 054256cf0a)
This commit is contained in:
Richard Berger 2016-08-15 22:14:40 -04:00 committed by Axel Kohlmeyer
parent 9babb7a4c2
commit c8fe3799ed
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ void Velocity::init_external(const char *extgroup)
rotation_flag = 0;
loop_flag = ALL;
scale_flag = 1;
bias_flag = 0;
}
/* ---------------------------------------------------------------------- */