]> git.mxchange.org Git - flightgear.git/commit
move the "interpolator" subsystem into the INIT group (same as "nasal"),
authormfranz <mfranz>
Tue, 1 May 2007 18:06:48 +0000 (18:06 +0000)
committermfranz <mfranz>
Tue, 1 May 2007 18:06:48 +0000 (18:06 +0000)
commit1f07903cd6997f2ccfe10c8ecf6f51920f32042f
treef996f1a12d72df3cb75efc88a1ceea11d9bf475e
parentac0f49a9290d5c496f764936e701cdb8d7f0927d
move the "interpolator" subsystem into the INIT group (same as "nasal"),
because nasal's f_interpolate() may be called in Nasal at times when the
GENERAL subsystem group is being deconstructed; access it by addressing
the group directly, as using globals->get_subsystem() does then not
work any more then; yeah, it's all for a rare border case ...  :-)
src/Main/fg_init.cxx
src/Scripting/NasalSys.cxx