Browse Source

Fix from forum user archbishop

rdb 16 years ago
parent
commit
8ae0185678
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/lwo/iffInputFile.cxx

+ 1 - 1
pandatool/src/lwo/iffInputFile.cxx

@@ -66,7 +66,7 @@ open_read(Filename filename) {
   set_input(in, true);
   set_filename(filename);
 
-  return false;
+  return true;
 }
 
 ////////////////////////////////////////////////////////////////////