1
0
Fork 0

Added an #ifdef for compiling without --with-new-environment. Thanks

to Tony Peden for the catch.
This commit is contained in:
david 2002-02-23 04:50:47 +00:00
parent 2e4f836a98
commit a9a30bfd80

View file

@ -1450,7 +1450,9 @@ int mainLoop( int argc, char **argv ) {
globals = new FGGlobals;
#if defined(FG_NEW_ENVIRONMENT)
globals->set_environment_mgr(new FGEnvironmentMgr);
#endif
// seed the random number generater
sg_srandom_time();