1
0
Fork 0

Add a (commented out) line enabling the "bits" library for testing.

This commit is contained in:
andy 2006-03-15 19:43:09 +00:00
parent a9ea522388
commit 8ca3e913ad

View 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++)