]> git.mxchange.org Git - flightgear.git/commitdiff
Add a (commented out) line enabling the "bits" library for testing.
authorandy <andy>
Wed, 15 Mar 2006 19:43:09 +0000 (19:43 +0000)
committerandy <andy>
Wed, 15 Mar 2006 19:43:09 +0000 (19:43 +0000)
src/Scripting/NasalSys.cxx

index fda06b465294a759fc41c5d66b39753599922079..4f3d1f36acf3fb6ef65e2e88bb016200039d5bd9 100644 (file)
@@ -364,6 +364,7 @@ void FGNasalSys::init()
     // Add in the IO library.  Disabled currently until after the
     // 0.9.10 release.
     // hashset(_globals, "io", naIOLib(_context));
+    // hashset(_globals, "bits", naBitsLib(_context));
 
     // Add our custom extension functions:
     for(i=0; funcs[i].name; i++)