From 8ae018567888014f788a72497e086ae85fbf81d3 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 30 Jun 2009 16:09:44 +0000 Subject: [PATCH] Fix from forum user archbishop --- pandatool/src/lwo/iffInputFile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/lwo/iffInputFile.cxx b/pandatool/src/lwo/iffInputFile.cxx index a6208f2228..b7632c4616 100644 --- a/pandatool/src/lwo/iffInputFile.cxx +++ b/pandatool/src/lwo/iffInputFile.cxx @@ -66,7 +66,7 @@ open_read(Filename filename) { set_input(in, true); set_filename(filename); - return false; + return true; } ////////////////////////////////////////////////////////////////////